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:
255
255
strategy :
256
256
fail-fast : false
257
257
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.
260
258
# Cirrus used for upstream, macos-14 for forks.
261
259
os :
262
260
- ghcr.io/cirruslabs/macos-runner:sonoma
263
261
- macos-14
264
- - macos-13
265
262
is-fork : # only used for the exclusion trick
266
263
- ${{ github.repository_owner != 'python' }}
267
264
free-threading :
@@ -272,8 +269,6 @@ jobs:
272
269
is-fork : true
273
270
- os : macos-14
274
271
is-fork : false
275
- - os : macos-13
276
- free-threading : true
277
272
uses : ./.github/workflows/reusable-macos.yml
278
273
with :
279
274
config_hash : ${{ needs.build-context.outputs.config-hash }}
Original file line number Diff line number Diff line change 56
56
- i686-pc-windows-msvc/msvc
57
57
- x86_64-pc-windows-msvc/msvc
58
58
- aarch64-pc-windows-msvc/msvc
59
- - x86_64-apple-darwin/clang
60
59
- aarch64-apple-darwin/clang
61
60
- x86_64-unknown-linux-gnu/gcc
62
61
- x86_64-unknown-linux-gnu/clang
80
79
architecture : ARM64
81
80
runner : windows-latest
82
81
compiler : msvc
83
- - target : x86_64-apple-darwin/clang
84
- architecture : x86_64
85
- runner : macos-13
86
- compiler : clang
87
82
- target : aarch64-apple-darwin/clang
88
83
architecture : aarch64
89
84
runner : macos-14
You can’t perform that action at this time.
0 commit comments