We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
macos-15-intel
macos-26-intel
1 parent 140074e commit df12674Copy full SHA for df12674
1 file changed
.github/workflows/build.yml
@@ -246,16 +246,16 @@ jobs:
246
strategy:
247
fail-fast: false
248
matrix:
249
- # macos-26 is Apple Silicon, macos-26-intel is Intel.
250
- # macos-26-intel only runs tests against the GIL-enabled CPython.
+ # macos-26 is Apple Silicon, macos-15-intel is Intel.
+ # macos-15-intel only runs tests against the GIL-enabled CPython.
251
os:
252
- macos-26
253
- - macos-26-intel
+ - macos-15-intel
254
free-threading:
255
- false
256
- true
257
exclude:
258
- - os: macos-26-intel
+ - os: macos-15-intel
259
free-threading: true
260
uses: ./.github/workflows/reusable-macos.yml
261
with:
0 commit comments