File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -240,13 +240,10 @@ jobs:
240
240
strategy :
241
241
fail-fast : false
242
242
matrix :
243
- # Cirrus and macos-14 are M1, macos-13 is default GHA Intel.
244
- # macOS 13 only runs tests against the GIL-enabled CPython.
245
243
# Cirrus used for upstream, macos-14 for forks.
246
244
os :
247
245
- ghcr.io/cirruslabs/macos-runner:sonoma
248
246
- macos-14
249
- - macos-13
250
247
is-fork : # only used for the exclusion trick
251
248
- ${{ github.repository_owner != 'python' }}
252
249
free-threading :
@@ -257,8 +254,6 @@ jobs:
257
254
is-fork : true
258
255
- os : macos-14
259
256
is-fork : false
260
- - os : macos-13
261
- free-threading : true
262
257
uses : ./.github/workflows/reusable-macos.yml
263
258
with :
264
259
config_hash : ${{ needs.build-context.outputs.config-hash }}
You can’t perform that action at this time.
0 commit comments