Skip to content

Commit

Permalink
ci: Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 19, 2024
1 parent 3a8b5e3 commit 340eddc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ jobs:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu.2.17
build_tool: cargo-zigbuild
- os: macos-latest
- os: ubuntu-latest
target: x86_64-pc-windows-gnu
- os: macos-latest # AArch64
- os: macos-13 # x86_64
- os: macos-14 # AArch64
- os: macos-latest
target: x86_64-apple-darwin
- os: macos-latest
Expand Down

0 comments on commit 340eddc

Please sign in to comment.