Skip to content

Commit

Permalink
try to run on arm64 running for Mac M1,M2,M3
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Apr 18, 2024
1 parent e317436 commit 0b4fc33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-latest, windows-latest, ubuntu-latest]
platform: [macos-latest, windows-latest, ubuntu-latest, macos-14-arm64]


runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit 0b4fc33

Please sign in to comment.