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-26-intel
macos-15-intel
1 parent 05c92c3 commit 4a25974Copy full SHA for 4a25974
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-15-intel is Intel.
250
- # macos-15-intel only runs tests against the GIL-enabled CPython.
+ # macos-26 is Apple Silicon, macos-26-intel is Intel.
+ # macos-26-intel only runs tests against the GIL-enabled CPython.
251
os:
252
- macos-26
253
- - macos-15-intel
+ - macos-26-intel
254
free-threading:
255
- false
256
- true
257
exclude:
258
- - os: macos-15-intel
+ - os: macos-26-intel
259
free-threading: true
260
uses: ./.github/workflows/reusable-macos.yml
261
with:
0 commit comments