Skip to content

Commit 210beea

Browse files
committed
Stop using macos-13 runners (which are being retired)
1 parent fd55e92 commit 210beea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
python-version: ['3.10', '3.11', '3.12', '>=3.13 <3.13.4 || >3.13.4 <3.14']
24-
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-15]
24+
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-15-intel, macos-15]
2525
include:
26-
- os: macos-13
26+
- os: macos-15-intel
2727
pytest_options: --ignore=tests/test_engine.py
2828
- os: macos-15
2929
pytest_options: --ignore=tests/test_engine.py

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ${{ matrix.os }}
3333
strategy:
3434
matrix:
35-
os: [ubuntu-latest, ubuntu-24.04-arm, macos-13, macos-15, windows-latest]
35+
os: [ubuntu-latest, ubuntu-24.04-arm, macos-15-intel, macos-15, windows-latest]
3636
steps:
3737
- uses: actions/checkout@v4
3838
- name: Build wheels

0 commit comments

Comments
 (0)