Skip to content

Commit

Permalink
fix macos flake ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Dec 21, 2024
1 parent d8c3f52 commit 1b46cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ jobs:
target: aarch64-unknown-linux-gnu
- os: ubuntu-latest
target: aarch64-unknown-linux-musl
- os: macos-12 # intel
- os: macos-13 # intel (macos-14 only supports aarch64)
target: x86_64-apple-darwin
- os: macos-14 # aarch64
target: aarch64-apple-darwin
Expand Down

0 comments on commit 1b46cd4

Please sign in to comment.