Skip to content

Commit 008ab4b

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 dc777b5 commit 008ab4b

File tree

2 files changed

+16
-24
lines changed

2 files changed

+16
-24
lines changed

.github/workflows/nightly.yaml

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,10 @@ jobs:
1616
- macos: macos-15
1717
ios: ^18
1818
xcode: ^16
19-
- macos: macos-15
20-
ios: ^18
21-
xcode: ^26
22-
- macos: macos-15
23-
ios: ^26
24-
xcode: ^26
25-
- macos: macos-14
26-
ios: ^17
27-
xcode: ^15
19+
# - macos: macos-15
20+
# ios: ^26
21+
# xcode: ^26
22+
# Note: iOS 26 simulator is not yet available on GitHub runners
2823
uses: ./.github/workflows/reusable-workflow.yaml
2924
with:
3025
lib: ${{ matrix.lib }}
@@ -42,15 +37,10 @@ jobs:
4237
- macos: macos-15
4338
ios: ^18
4439
xcode: ^16
45-
- macos: macos-15
46-
ios: ^18
47-
xcode: ^26
48-
- macos: macos-15
49-
ios: ^26
50-
xcode: ^26
51-
- macos: macos-14
52-
ios: ^17
53-
xcode: ^15
40+
# - macos: macos-15
41+
# ios: ^26
42+
# xcode: ^26
43+
# Note: iOS 26 simulator is not yet available on GitHub runners
5444
uses: ./.github/workflows/reusable-workflow.yaml
5545
with:
5646
lib: ${{ matrix.lib }}

.github/workflows/pr.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,10 @@ jobs:
6262
- macos: macos-15
6363
ios: ^18
6464
xcode: ^16
65-
- macos: macos-15
66-
ios: ^26
67-
xcode: ^26
65+
# - macos: macos-15
66+
# ios: ^26
67+
# xcode: ^26
68+
# Note: iOS 26 simulator is not yet available on GitHub runners
6869
uses: ./.github/workflows/reusable-workflow.yaml
6970
with:
7071
lib: ${{ matrix.lib }}
@@ -84,9 +85,10 @@ jobs:
8485
- macos: macos-15
8586
ios: ^18
8687
xcode: ^16
87-
- macos: macos-15
88-
ios: ^26
89-
xcode: ^26
88+
# - macos: macos-15
89+
# ios: ^26
90+
# xcode: ^26
91+
# Note: iOS 26 simulator is not yet available on GitHub runners
9092
uses: ./.github/workflows/reusable-workflow.yaml
9193
with:
9294
lib: ${{ matrix.lib }}

0 commit comments

Comments
 (0)