Skip to content

Commit ba8dbd3

Browse files
committed
Update macos runner
1 parent 4014077 commit ba8dbd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
#os: [ubuntu-20.04, windows-2019, macos-10.15]
18-
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-13, macos-latest]
18+
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-15-intel, macos-latest]
1919

2020
steps:
2121
- uses: actions/checkout@v5

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
# macos-13 is an intel runner, macos-14 is apple silicon
19-
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-latest, windows-11-arm]
19+
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-15-intel, macos-latest, windows-11-arm]
2020
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2121
exclude:
2222
- os: windows-11-arm

0 commit comments

Comments
 (0)