Skip to content

Commit 3fe365c

Browse files
committed
[CI] Switch from macOS-latest to macOS-26
- do not use rolling version - macOS-latest is still pointing to macOS-15 as of today: https://github.com/actions/runner-images/blob/73c7fc8ee8b342f20c87fcd2e2179cd9286caeb9/README.md#available-images
1 parent 5ce7bac commit 3fe365c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/mac.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
jobs:
1616
clang-build:
17-
runs-on: macOS-latest
17+
runs-on: macOS-26
1818
strategy:
1919
matrix:
2020
build_type: [Release, Debug]
@@ -60,7 +60,7 @@ jobs:
6060
clang-test:
6161
needs:
6262
- clang-build
63-
runs-on: macOS-latest
63+
runs-on: macOS-26
6464
steps:
6565
- uses: actions/checkout@v6
6666
- name: Install Xcode
@@ -92,7 +92,7 @@ jobs:
9292
clang-test-extended:
9393
needs:
9494
- clang-test
95-
runs-on: macOS-latest
95+
runs-on: macOS-26
9696
steps:
9797
- uses: actions/checkout@v6
9898
- name: Install Xcode

.github/workflows/perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
name: perf-stat
4646
path: perf-stat.zip
4747
macos-clang-build-perf-stats:
48-
runs-on: macOS-latest
48+
runs-on: macOS-26
4949
steps:
5050
- uses: actions/checkout@v6
5151
- name: Install Xcode

0 commit comments

Comments
 (0)