We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66fbb84 commit bc09eafCopy full SHA for bc09eaf
.github/workflows/macos_CI.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
python: [ "3.12", "3.13" ]
17
- os: [ macos-14, macos-13 ]
+ os: [ macos-14, macos-15 ]
18
rust: [1.62.1]
19
defaults:
20
run:
.github/workflows/wheels.yml
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
- os: [macos-14, macos-13]
+ os: [macos-14, macos-15]
51
steps:
52
- name: Cancel Previous Runs
53
uses: styfle/cancel-workflow-action@0.12.1
@@ -181,7 +181,7 @@ jobs:
181
182
183
python: ["3.12", "3.13"]
184
+ os: [macos-15, macos-14]
185
186
187
0 commit comments