File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -255,13 +255,10 @@ jobs:
255255 strategy :
256256 fail-fast : false
257257 matrix :
258- # Cirrus and macos-14 are M1, macos-13 is default GHA Intel.
259- # macOS 13 only runs tests against the GIL-enabled CPython.
260258 # Cirrus used for upstream, macos-14 for forks.
261259 os :
262260 - ghcr.io/cirruslabs/macos-runner:sonoma
263261 - macos-14
264- - macos-13
265262 is-fork : # only used for the exclusion trick
266263 - ${{ github.repository_owner != 'python' }}
267264 free-threading :
@@ -272,8 +269,6 @@ jobs:
272269 is-fork : true
273270 - os : macos-14
274271 is-fork : false
275- - os : macos-13
276- free-threading : true
277272 uses : ./.github/workflows/reusable-macos.yml
278273 with :
279274 config_hash : ${{ needs.build-context.outputs.config-hash }}
Original file line number Diff line number Diff line change 5656 - i686-pc-windows-msvc/msvc
5757 - x86_64-pc-windows-msvc/msvc
5858 - aarch64-pc-windows-msvc/msvc
59- - x86_64-apple-darwin/clang
6059 - aarch64-apple-darwin/clang
6160 - x86_64-unknown-linux-gnu/gcc
6261 - x86_64-unknown-linux-gnu/clang
8079 architecture : ARM64
8180 runner : windows-latest
8281 compiler : msvc
83- - target : x86_64-apple-darwin/clang
84- architecture : x86_64
85- runner : macos-13
86- compiler : clang
8782 - target : aarch64-apple-darwin/clang
8883 architecture : aarch64
8984 runner : macos-14
You can’t perform that action at this time.
0 commit comments