Skip to content

Commit

Permalink
Update continuous.yml to use arm64 instead of ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
mtao authored Sep 8, 2023
1 parent f0b35bf commit f60bbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest]
arch: [ARM64] # arm64 no arm as GMP is binary
arch: [arm64] # arm64 no arm as GMP is binary
config: [Debug, Release]
include:
- os: macos-latest
Expand Down

0 comments on commit f60bbfc

Please sign in to comment.