Skip to content

Commit

Permalink
build: replace windows runner from 2019 to 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
ostridm committed Jun 13, 2024
1 parent f8bd92e commit 798a613
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
fail-fast: false
matrix:
# Using macos-12 because we need Xcode 13.3 or later (macos-latest currently points at macos-11 which uses Xcode 13.2)
# Using windows-2019 because windows-latest is much slower and we don't need anything in particular from it.
os: [ ubuntu-latest, windows-2019, macos-12 ]
os: [ ubuntu-latest, windows-2022, macos-12 ]

steps:
- name: Checkout
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/composite/net/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ runs:
echo "DOTNET_CLI_TELEMETRY_OPTOUT=1" >> $GITHUB_ENV
echo "DOTNET_NOLOGO=1" >> $GITHUB_ENV
# Note, the following is needed on the windows-2019 image only.
# All other versions of .NET we need are pre-installed on the GitHub Actions virtual images.
- name: Install .NET 6 SDK
uses: actions/setup-dotnet@v3
if: runner.os == 'Windows'
with:
dotnet-version: 6.x.x

- name: Dependency Caching
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 798a613

Please sign in to comment.