]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-153631: Move to `macos-26` runner for iOS (GH-153632) (#153673)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 13 Jul 2026 23:13:23 +0000 (01:13 +0200)
committerGitHub <noreply@github.com>
Mon, 13 Jul 2026 23:13:23 +0000 (23:13 +0000)
commita442c8945906ad0e600088a2bedb2fa00ba0b8a3
tree63a714be2c029c29ec7f5acbf955bd1a699feabd
parentb772f4d1a62f14fce72193581f1e5e32252d8fed
[3.15] gh-153631: Move to `macos-26` runner for iOS (GH-153632) (#153673)

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.
(cherry picked from commit 2dc1a91af801ea896e21f6c6e6cc41f57e8268d9)

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