]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-153631: Move to `macos-26` runner for iOS (#153632)
authorRussell Keith-Magee <russell@keith-magee.com>
Mon, 13 Jul 2026 22:38:43 +0000 (06:38 +0800)
committerGitHub <noreply@github.com>
Mon, 13 Jul 2026 22:38:43 +0000 (06:38 +0800)
commit2dc1a91af801ea896e21f6c6e6cc41f57e8268d9
tree5014e7281d451f8094e465e90311f3348f3bc77f
parent701a7c5408f689b26c46ed7ed13879375fa82959
gh-153631: Move to `macos-26` runner for iOS (#153632)

Switches iOS CI to use the macos-26 runner, and makes a small change to the iOS
build script to improve build stability. xcodebuild doesn't guarantee that the
CoreSimulatorService is running before starting a simulator. If the service
isn't running, xcodebuild reports that no simulators are available, and fails to
start the test app. However, simctl blocks until the simulator is available, and
simctl is used to evaluate the default simulator. So - the iOS build script now
unconditionally determines the default simulator, even if a specific simulator
is requested.
.github/workflows/build.yml
Platforms/Apple/testbed/__main__.py