]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-140189: Use macos-14 runner for iOS CI tests (GH-142444) (#142494)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 9 Dec 2025 22:44:15 +0000 (23:44 +0100)
committerGitHub <noreply@github.com>
Tue, 9 Dec 2025 22:44:15 +0000 (06:44 +0800)
Switch to the macos-14 runner for iOS CI, working around some instability
in the macos-15 runner.
(cherry picked from commit 91884838bc3c47e02ab6099e6f9b12d80a0abae2)

Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
.github/workflows/build.yml

index 1dbc890d5b38c03cc9f720c75d30d5fb6aaf78bf..56eb876ee3f384b3d66b17f43349acf85ae66abd 100644 (file)
@@ -373,7 +373,7 @@ jobs:
     needs: build-context
     if: needs.build-context.outputs.run-tests == 'true'
     timeout-minutes: 60
-    runs-on: macos-15
+    runs-on: macos-14
     steps:
       - uses: actions/checkout@v4
         with:
@@ -386,10 +386,10 @@ jobs:
       # https://github.com/actions/runner-images/issues/12751.
       - name: Select Xcode version
         run: |
-          sudo xcode-select --switch /Applications/Xcode_16.4.app
+          sudo xcode-select --switch /Applications/Xcode_15.4.app
 
       - name: Build and test
-        run: python3 Apple ci iOS --fast-ci --simulator 'iPhone 16e,OS=18.5'
+        run: python3 Apple ci iOS --fast-ci --simulator 'iPhone SE (3rd generation),OS=17.5'
 
   build-wasi:
     name: 'WASI'