Skip to content

Commit e586bb3

Browse files
committed
Update CI config to use macos-26 where possible.
1 parent 10c73d7 commit e586bb3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ concurrency:
4747

4848
jobs:
4949
config:
50-
runs-on: macOS-latest
50+
runs-on: macOS-26
5151
outputs:
5252
PYTHON_VER: ${{ steps.extract.outputs.PYTHON_VER }}
5353
PYTHON_VERSION: ${{ steps.extract.outputs.PYTHON_VERSION }}
@@ -90,7 +90,7 @@ jobs:
9090
echo "ZSTD_VERSION=${ZSTD_VERSION}" | tee -a ${GITHUB_OUTPUT}
9191
9292
build:
93-
runs-on: macOS-15
93+
runs-on: macOS-26
9494
needs: [config]
9595
strategy:
9696
fail-fast: false
@@ -190,7 +190,7 @@ jobs:
190190

191191
cpython-testbed:
192192
name: CPython testbed (${{ matrix.platform }})
193-
runs-on: macOS-15
193+
runs-on: macOS-26
194194
needs: [config, build]
195195
strategy:
196196
fail-fast: false
@@ -251,7 +251,7 @@ jobs:
251251
252252
crossenv-test:
253253
name: Cross-platform env test (${{ matrix.multiarch }})
254-
runs-on: macOS-latest
254+
runs-on: macOS-26
255255
needs: [config, build]
256256
strategy:
257257
fail-fast: false

0 commit comments

Comments
 (0)