Skip to content

Commit f25241f

Browse files
committed
infra: migrate away from cirrus
1 parent d9cb191 commit f25241f

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)