diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 87db19561325b9..9af19d65d6512a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -255,13 +255,10 @@ jobs: strategy: fail-fast: false matrix: - # Cirrus and macos-14 are M1, macos-13 is default GHA Intel. - # macOS 13 only runs tests against the GIL-enabled CPython. # Cirrus used for upstream, macos-14 for forks. os: - ghcr.io/cirruslabs/macos-runner:sonoma - macos-14 - - macos-13 is-fork: # only used for the exclusion trick - ${{ github.repository_owner != 'python' }} free-threading: @@ -272,8 +269,6 @@ jobs: is-fork: true - os: macos-14 is-fork: false - - os: macos-13 - free-threading: true uses: ./.github/workflows/reusable-macos.yml with: config_hash: ${{ needs.build-context.outputs.config-hash }} diff --git a/.github/workflows/jit.yml b/.github/workflows/jit.yml index d08fb9b3e8d6a2..e331fe693b2c53 100644 --- a/.github/workflows/jit.yml +++ b/.github/workflows/jit.yml @@ -56,7 +56,6 @@ jobs: - i686-pc-windows-msvc/msvc - x86_64-pc-windows-msvc/msvc - aarch64-pc-windows-msvc/msvc - - x86_64-apple-darwin/clang - aarch64-apple-darwin/clang - x86_64-unknown-linux-gnu/gcc - x86_64-unknown-linux-gnu/clang @@ -80,10 +79,6 @@ jobs: architecture: ARM64 runner: windows-latest compiler: msvc - - target: x86_64-apple-darwin/clang - architecture: x86_64 - runner: macos-13 - compiler: clang - target: aarch64-apple-darwin/clang architecture: aarch64 runner: macos-14