Skip to content

Commit f56cb41

Browse files
committed
[3.13] pythongh-145098: Use macos-15-intel instead of unstable macos-26-intel (pythonGH-148038)
(cherry picked from commit cb76ab3) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 140074e commit f56cb41

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,16 +246,16 @@ jobs:
246246
strategy:
247247
fail-fast: false
248248
matrix:
249-
# macos-26 is Apple Silicon, macos-26-intel is Intel.
250-
# macos-26-intel only runs tests against the GIL-enabled CPython.
249+
# macos-26 is Apple Silicon, macos-15-intel is Intel.
250+
# macos-15-intel only runs tests against the GIL-enabled CPython.
251251
os:
252252
- macos-26
253-
- macos-26-intel
253+
- macos-15-intel
254254
free-threading:
255255
- false
256256
- true
257257
exclude:
258-
- os: macos-26-intel
258+
- os: macos-15-intel
259259
free-threading: true
260260
uses: ./.github/workflows/reusable-macos.yml
261261
with:

0 commit comments

Comments
 (0)