Skip to content

Commit a48c420

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

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -255,13 +255,10 @@ jobs:
255255
strategy:
256256
fail-fast: false
257257
matrix:
258-
# Cirrus and macos-14 are M1, macos-13 is default GHA Intel.
259-
# macOS 13 only runs tests against the GIL-enabled CPython.
260258
# Cirrus used for upstream, macos-14 for forks.
261259
os:
262260
- ghcr.io/cirruslabs/macos-runner:sonoma
263261
- macos-14
264-
- macos-13
265262
is-fork: # only used for the exclusion trick
266263
- ${{ github.repository_owner != 'python' }}
267264
free-threading:
@@ -272,8 +269,6 @@ jobs:
272269
is-fork: true
273270
- os: macos-14
274271
is-fork: false
275-
- os: macos-13
276-
free-threading: true
277272
uses: ./.github/workflows/reusable-macos.yml
278273
with:
279274
config_hash: ${{ needs.build-context.outputs.config-hash }}

.github/workflows/jit.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
- i686-pc-windows-msvc/msvc
5757
- x86_64-pc-windows-msvc/msvc
5858
- aarch64-pc-windows-msvc/msvc
59-
- x86_64-apple-darwin/clang
6059
- aarch64-apple-darwin/clang
6160
- x86_64-unknown-linux-gnu/gcc
6261
- x86_64-unknown-linux-gnu/clang
@@ -80,10 +79,6 @@ jobs:
8079
architecture: ARM64
8180
runner: windows-latest
8281
compiler: msvc
83-
- target: x86_64-apple-darwin/clang
84-
architecture: x86_64
85-
runner: macos-13
86-
compiler: clang
8782
- target: aarch64-apple-darwin/clang
8883
architecture: aarch64
8984
runner: macos-14

0 commit comments

Comments
 (0)