Skip to content

Commit

Permalink
Use macos-13 in ci (#6958)
Browse files Browse the repository at this point in the history
## Motivation for features / changes
macos 12 is deprecated so nightly PIP release is failing
  • Loading branch information
JamesHollyer authored Dec 5, 2024
1 parent 947a790 commit fb61958
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 @@ -146,7 +146,7 @@ jobs:
fail-fast: false
matrix:
mode: ['native']
platform: ['ubuntu-20.04', 'macos-12']
platform: ['ubuntu-20.04', 'macos-13']
rust_version: ['1.65.0']
include:
- mode: 'universal'
Expand Down

0 comments on commit fb61958

Please sign in to comment.