Skip to content

Commit

Permalink
Use GitHub provided arm64 runner (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgiannuzzi authored Jun 24, 2024
1 parent 35d7ef3 commit be05739
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,14 @@ jobs:
test-nuget:
strategy:
matrix:
os: [ubuntu-20.04, macos-12, macos-13, macos-14, windows-2022, ubuntu-20.04-arm64]
os: [ubuntu-20.04, ubuntu-22.04-arm64, macos-12, macos-13, macos-14, windows-2022]
dotnet: [netcoreapp3.1, net6.0, net7.0, net8.0]
include:
- os: windows-2022
dotnet: net472
exclude:
- os: ubuntu-22.04-arm64
dotnet: netcoreapp3.1
- os: macos-14
dotnet: netcoreapp3.1
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runner: [ubuntu-latest, ubuntu-20.04-arm64]
runner: [ubuntu-latest, ubuntu-22.04-arm64]
runs-on: ${{ matrix.runner }}
steps:
- name: Set up Docker Buildx
Expand Down

0 comments on commit be05739

Please sign in to comment.