Skip to content

Commit bc09eaf

Browse files
committed
update macos CI runners
1 parent 66fbb84 commit bc09eaf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/macos_CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
python: [ "3.12", "3.13" ]
17-
os: [ macos-14, macos-13 ]
17+
os: [ macos-14, macos-15 ]
1818
rust: [1.62.1]
1919
defaults:
2020
run:

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
rust: [1.62.1]
50-
os: [macos-14, macos-13]
50+
os: [macos-14, macos-15]
5151
steps:
5252
- name: Cancel Previous Runs
5353
uses: styfle/cancel-workflow-action@0.12.1
@@ -181,7 +181,7 @@ jobs:
181181
strategy:
182182
matrix:
183183
python: ["3.12", "3.13"]
184-
os: [macos-14, macos-13]
184+
os: [macos-15, macos-14]
185185
steps:
186186
- name: Cancel Previous Runs
187187
uses: styfle/cancel-workflow-action@0.12.1

0 commit comments

Comments
 (0)