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:
240240 strategy :
241241 fail-fast : false
242242 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.
245243 # Cirrus used for upstream, macos-14 for forks.
246244 os :
247245 - ghcr.io/cirruslabs/macos-runner:sonoma
248246 - macos-14
249- - macos-13
250247 is-fork : # only used for the exclusion trick
251248 - ${{ github.repository_owner != 'python' }}
252249 free-threading :
@@ -257,8 +254,6 @@ jobs:
257254 is-fork : true
258255 - os : macos-14
259256 is-fork : false
260- - os : macos-13
261- free-threading : true
262257 uses : ./.github/workflows/reusable-macos.yml
263258 with :
264259 config_hash : ${{ needs.build-context.outputs.config-hash }}
You can’t perform that action at this time.
0 commit comments