From 135d0cca0e6684129f6aeef63191529a40dc70ff Mon Sep 17 00:00:00 2001 From: Mark Wilson <23439518+wlsnmrk@users.noreply.github.com> Date: Fri, 30 May 2025 15:41:18 -0400 Subject: [PATCH] chore: remove outdated comment in workflow Removed a comment in test workflow referencing the windows-2019 action runner, which is being deprecated and isn't used here. --- .github/workflows/tests.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 21441aa..7b5fb94 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -16,9 +16,6 @@ jobs: fail-fast: false matrix: # Put the operating systems you want to run on here. - # - # You can change windows-2019 to windows-latest, but windows-2019 - # was running in half the time. Try it out and see what works best. os: [macos-latest] env: DOTNET_CLI_TELEMETRY_OPTOUT: true