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 7c999be commit eae951bCopy full SHA for eae951b
1 file changed
.github/workflows/build.yml
@@ -224,16 +224,16 @@ jobs:
224
strategy:
225
fail-fast: false
226
matrix:
227
- # macos-26 is Apple Silicon, macos-15-intel is Intel.
228
- # 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.
229
os:
230
- macos-26
231
- - macos-15-intel
+ - macos-26-intel
232
free-threading:
233
- false
234
# - true
235
exclude:
236
- - os: macos-15-intel
+ - os: macos-26-intel
237
free-threading: true
238
uses: ./.github/workflows/reusable-macos.yml
239
with:
0 commit comments