Skip to content

Commit

Permalink
Proper targets for macOS binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Feb 1, 2024
1 parent 9ebf960 commit 9417a5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
# arm
- macos-14
target:
- native_dyn
- macos_arm64
- macos_x86_64
- iOS_arm64
- iOS_x86_64
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 9417a5a

Please sign in to comment.