Skip to content

Commit ce0bb0e

Browse files
committed
updates runner os
1 parent ddc3c31 commit ce0bb0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
platform: [windows-2022, ubuntu-latest, macos-13, macos-14]
14+
platform: [windows-latest, ubuntu-latest, macos-15-intel, macos-latest]
1515
env:
1616
CIBW_SKIP: 'pp*'
1717
CIBW_ARCHS: 'auto64'

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
platform: [windows-2022, ubuntu-latest, macos-13, macos-14]
22+
platform: [windows-latest, ubuntu-latest, macos-15-intel, macos-latest]
2323
version: ["3.10", "3.13"]
2424
defaults:
2525
run:

0 commit comments

Comments
 (0)