File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -202,23 +202,16 @@ jobs:
202202 strategy :
203203 fail-fast : false
204204 matrix :
205- # Cirrus and macos-14 are M1, macos-15-intel is default GHA Intel.
206- # macOS 13 only runs tests against the GIL-enabled CPython.
207- # Cirrus used for upstream, macos-14 for forks.
205+ # macos-14 is M1, macos-15-intel is default GHA Intel.
206+ # macos-15-intel only runs tests against the GIL-enabled CPython.
207+ # macos-14 is for forks.
208208 os :
209- - ghcr.io/cirruslabs/macos-runner:sonoma
210209 - macos-14
211210 - macos-15-intel
212- is-fork : # only used for the exclusion trick
213- - ${{ github.repository_owner != 'python' }}
214211 free-threading :
215212 - false
216213 - true
217214 exclude :
218- - os : ghcr.io/cirruslabs/macos-runner:sonoma
219- is-fork : true
220- - os : macos-14
221- is-fork : false
222215 - os : macos-15-intel
223216 free-threading : true
224217 uses : ./.github/workflows/reusable-macos.yml
You can’t perform that action at this time.
0 commit comments