Skip to content

Commit 6009c74

Browse files
chore: bump macOS (#1165)
The macOS 13 runner will will be retired by 4 December 2025, with jobs using macOS 13 failing temporarily during scheduled brownout time periods starting in November. [GitHub Actions: macOS 13 runner image is closing down](https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/) --------- Co-authored-by: Henry Schreiner <[email protected]>
1 parent 7da47cb commit 6009c74

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
fail-fast: false
5454
matrix:
5555
python-version: ["3.8", "pypy-3.10", "3.13", "3.14"]
56-
runs-on: [ubuntu-latest, macos-14]
56+
runs-on: [ubuntu-latest, macos-latest]
5757
cmake-version: ["3.15.x"]
5858

5959
include:
@@ -73,10 +73,10 @@ jobs:
7373
runs-on: ubuntu-latest
7474
cmake-version: "3.20.x"
7575
- python-version: "3.9"
76-
runs-on: macos-13
76+
runs-on: macos-15-intel
7777
cmake-version: "3.18.x"
7878
- python-version: "3.12"
79-
runs-on: macos-13
79+
runs-on: macos-15-intel
8080
cmake-version: "3.29.x"
8181
- python-version: "3.10"
8282
runs-on: ubuntu-latest
@@ -160,7 +160,8 @@ jobs:
160160
fail-fast: false
161161
matrix:
162162
python-version: ["3.8", "3.11"]
163-
runs-on: [ubuntu-latest, macos-13, windows-latest]
163+
# TODO: investigate failure with macos-latest (#1167)
164+
runs-on: [ubuntu-latest, macos-15-intel, windows-latest]
164165

165166
steps:
166167
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)