File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -196,23 +196,15 @@ jobs:
196196 strategy :
197197 fail-fast : false
198198 matrix :
199- # Cirrus and macos-14 are M1, macos-13 is default GHA Intel.
199+ # macos-14 is M1, macos-13 is default GHA Intel.
200200 # macOS 13 only runs tests against the GIL-enabled CPython.
201- # Cirrus used for upstream, macos-14 for forks.
202201 os :
203- - ghcr.io/cirruslabs/macos-runner:sonoma
204202 - macos-14
205203 - macos-13
206- is-fork : # only used for the exclusion trick
207- - ${{ github.repository_owner != 'python' }}
208204 free-threading :
209205 - false
210206 - true
211207 exclude :
212- - os : ghcr.io/cirruslabs/macos-runner:sonoma
213- is-fork : true
214- - os : macos-14
215- is-fork : false
216208 - os : macos-13
217209 free-threading : true
218210 uses : ./.github/workflows/reusable-macos.yml
You can’t perform that action at this time.
0 commit comments