Skip to content

Commit df12674

Browse files
authored
[3.13] gh-145098: Use macos-15-intel instead of unstable macos-26-intel (GH-148038) (#148077)
1 parent 140074e commit df12674

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.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)