Skip to content

Commit

Permalink
Correct architecture in .github/workflows/build-macos.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Alexis Montoison <[email protected]>
  • Loading branch information
cvanaret and amontoison authored Nov 17, 2024
1 parent 46c20ff commit 56ff9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [macos-latest]
architecture: [x86, x64]
architecture: [x64, arm64]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 56ff9eb

Please sign in to comment.