Skip to content

Commit

Permalink
Update rust_on_three_oses.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Apr 8, 2024
1 parent 4a14ffe commit b58bd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust_on_three_oses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
fail-fast: false
max-parallel: 3
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest-arm64, ubuntu-latest-arm64, windows-latest-arm64]
arch: [arm64]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit b58bd62

Please sign in to comment.