Skip to content

Commit

Permalink
chore: use arch key-value in github action for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed May 29, 2024
1 parent 16f57d2 commit 3d982ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-csharp-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
macos:
- { os: macos-latest, arch: x64 }
- { os: macos-latest, arch: arm64 }

steps:
- name: Checkout repository
Expand Down

0 comments on commit 3d982ca

Please sign in to comment.