Skip to content

[3.15] gh-153631: Move to macos-26 runner for iOS (GH-153632)#153673

Merged
freakboy3742 merged 1 commit into
python:3.15from
miss-islington:backport-2dc1a91-3.15
Jul 13, 2026
Merged

[3.15] gh-153631: Move to macos-26 runner for iOS (GH-153632)#153673
freakboy3742 merged 1 commit into
python:3.15from
miss-islington:backport-2dc1a91-3.15

Conversation

@miss-islington

@miss-islington miss-islington commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

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 2dc1a91)

Co-authored-by: Russell Keith-Magee russell@keith-magee.com

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>
@freakboy3742 freakboy3742 merged commit a442c89 into python:3.15 Jul 13, 2026
61 checks passed
@miss-islington miss-islington deleted the backport-2dc1a91-3.15 branch July 13, 2026 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants