Skip to content

Commit 9d0286d

Browse files
freakboy3742miss-islington
authored andcommitted
pythongh-140189: Use macos-14 runner for iOS CI tests (pythonGH-142444)
Switch to the macos-14 runner for iOS CI, working around some instability in the macos-15 runner. (cherry picked from commit 9188483) Co-authored-by: Russell Keith-Magee <[email protected]>
1 parent 7621bbd commit 9d0286d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ jobs:
373373
needs: build-context
374374
if: needs.build-context.outputs.run-tests == 'true'
375375
timeout-minutes: 60
376-
runs-on: macos-15
376+
runs-on: macos-14
377377
steps:
378378
- uses: actions/checkout@v4
379379
with:
@@ -386,10 +386,10 @@ jobs:
386386
# https://github.com/actions/runner-images/issues/12751.
387387
- name: Select Xcode version
388388
run: |
389-
sudo xcode-select --switch /Applications/Xcode_16.4.app
389+
sudo xcode-select --switch /Applications/Xcode_15.4.app
390390
391391
- name: Build and test
392-
run: python3 Apple ci iOS --fast-ci --simulator 'iPhone 16e,OS=18.5'
392+
run: python3 Apple ci iOS --fast-ci --simulator 'iPhone SE (3rd generation),OS=17.5'
393393

394394
build-wasi:
395395
name: 'WASI'

0 commit comments

Comments
 (0)