Skip to content

Commit dadbab0

Browse files
hugovkzware
andcommitted
[3.12] pythongh-137638: Remove macos-13 from GitHub Actions
Adapted from pythonGH-137989. Co-Authored-By: Zachary Ware <[email protected]>
1 parent c9d9f78 commit dadbab0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -240,13 +240,10 @@ jobs:
240240
strategy:
241241
fail-fast: false
242242
matrix:
243-
# Cirrus and macos-14 are M1, macos-13 is default GHA Intel.
244-
# macOS 13 only runs tests against the GIL-enabled CPython.
245243
# Cirrus used for upstream, macos-14 for forks.
246244
os:
247245
- ghcr.io/cirruslabs/macos-runner:sonoma
248246
- macos-14
249-
- macos-13
250247
is-fork: # only used for the exclusion trick
251248
- ${{ github.repository_owner != 'python' }}
252249
free-threading:
@@ -257,8 +254,6 @@ jobs:
257254
is-fork: true
258255
- os: macos-14
259256
is-fork: false
260-
- os: macos-13
261-
free-threading: true
262257
uses: ./.github/workflows/reusable-macos.yml
263258
with:
264259
config_hash: ${{ needs.build-context.outputs.config-hash }}

0 commit comments

Comments
 (0)