Skip to content

Commit 6895c04

Browse files
committed
Disabling iOS 26 run for now
https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md is a bit confusing: - In the installed SDKs table, it has: Simulator - iOS 26.0 - iphonesimulator26.0 - Xcode 26.0 - In the installed Simulators table, it does not have any iOS 26 simulators. iOS 18 SDK is only with Xcode 16, and there is not iOS 17 SDK in macos-15. macos-14 runner has iOS 17 but it is with Xcode 15 which is disallowed by our install.sh
1 parent f49304b commit 6895c04

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

.github/workflows/nightly.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,10 @@ jobs:
1515
- macos: macos-15
1616
ios: ^18
1717
xcode: ^16
18-
- macos: macos-15
19-
ios: ^18
20-
xcode: ^26
21-
- macos: macos-15
22-
ios: ^26
23-
xcode: ^26
24-
- macos: macos-14
25-
ios: ^17
26-
xcode: ^15
18+
# - macos: macos-15
19+
# ios: ^26
20+
# xcode: ^26
21+
# Note: iOS 26 simulator is not yet available on GitHub runners
2722
uses: ./.github/workflows/reusable-workflow.yaml
2823
with:
2924
ios: ${{ matrix.ios }}

.github/workflows/pr.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ jobs:
3737
- macos: macos-15
3838
ios: ^18
3939
xcode: ^16
40-
- macos: macos-15
41-
ios: ^26
42-
xcode: ^26
40+
# - macos: macos-15
41+
# ios: ^26
42+
# xcode: ^26
43+
# Note: iOS 26 simulator is not yet available on GitHub runners
4344
uses: ./.github/workflows/reusable-workflow.yaml
4445
with:
4546
is_pr: true

0 commit comments

Comments
 (0)