Skip to content

Commit fb89b30

Browse files
JacobCoffeewebknjazhugovk
authored
[3.13] gh-137638: Use macos-15-intel in GitHub Actions (GH-139154) (#139790)
Co-authored-by: Jacob Coffee <[email protected]> Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent b6c14bc commit fb89b30

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,13 +255,13 @@ jobs:
255255
strategy:
256256
fail-fast: false
257257
matrix:
258-
# Cirrus and macos-14 are M1, macos-13 is default GHA Intel.
258+
# Cirrus and macos-14 are M1, macos-15-intel is default GHA Intel.
259259
# macOS 13 only runs tests against the GIL-enabled CPython.
260260
# Cirrus used for upstream, macos-14 for forks.
261261
os:
262262
- ghcr.io/cirruslabs/macos-runner:sonoma
263263
- macos-14
264-
- macos-13
264+
- macos-15-intel
265265
is-fork: # only used for the exclusion trick
266266
- ${{ github.repository_owner != 'python' }}
267267
free-threading:
@@ -272,7 +272,7 @@ jobs:
272272
is-fork: true
273273
- os: macos-14
274274
is-fork: false
275-
- os: macos-13
275+
- os: macos-15-intel
276276
free-threading: true
277277
uses: ./.github/workflows/reusable-macos.yml
278278
with:

.github/workflows/jit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
compiler: msvc
8383
- target: x86_64-apple-darwin/clang
8484
architecture: x86_64
85-
runner: macos-13
85+
runner: macos-15-intel
8686
compiler: clang
8787
- target: aarch64-apple-darwin/clang
8888
architecture: aarch64

0 commit comments

Comments
 (0)