Skip to content

Commit 4ba846b

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,13 +240,13 @@ jobs:
240240
strategy:
241241
fail-fast: false
242242
matrix:
243-
# Cirrus and macos-14 are M1, macos-13 is default GHA Intel.
243+
# Cirrus and macos-14 are M1, macos-15-intel is default GHA Intel.
244244
# macOS 13 only runs tests against the GIL-enabled CPython.
245245
# Cirrus used for upstream, macos-14 for forks.
246246
os:
247247
- ghcr.io/cirruslabs/macos-runner:sonoma
248248
- macos-14
249-
- macos-13
249+
- macos-15-intel
250250
is-fork: # only used for the exclusion trick
251251
- ${{ github.repository_owner != 'python' }}
252252
free-threading:
@@ -257,7 +257,7 @@ jobs:
257257
is-fork: true
258258
- os: macos-14
259259
is-fork: false
260-
- os: macos-13
260+
- os: macos-15-intel
261261
free-threading: true
262262
uses: ./.github/workflows/reusable-macos.yml
263263
with:

0 commit comments

Comments
 (0)