Skip to content

Commit f6cd9a0

Browse files
committed
Remove Cirrus macOS runners from CI
1 parent c91ad5d commit f6cd9a0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)