Skip to content

Commit

Permalink
CI: switch to macos-13, as 12 will be unsupported soon
Browse files Browse the repository at this point in the history
  • Loading branch information
th1000s committed Nov 4, 2024
1 parent f846a1a commit c3fba1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- os: macos-latest
target: aarch64-apple-darwin
use-cross: false
- os: macos-12 # Should be Intel macOS, macos-latest is arm since ~2024-04
- os: macos-13 # Should be Intel macOS, macos-latest is arm since ~2024-04
target: x86_64-apple-darwin
use-cross: false
- os: windows-latest
Expand Down

0 comments on commit c3fba1c

Please sign in to comment.