Skip to content

Commit f2ff78e

Browse files
chore: bump macOS
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. https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/ Note that `macos-latest` fails. We stick to `macos-14` for now and will address `macos-latest` later on.
1 parent 3f371ff commit f2ff78e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -162,7 +162,8 @@ jobs:
162162
fail-fast: false
163163
matrix:
164164
python-version: ["3.8", "3.11"]
165-
runs-on: [ubuntu-latest, macos-13, windows-latest]
165+
# TODO: investigate failure with macos-latest (#1167)
166+
runs-on: [ubuntu-latest, macos-14, windows-latest]
166167

167168
steps:
168169
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)