Skip to content

Commit ababf8e

Browse files
authored
Merge pull request #277 from wmathurin/dev
Disabling iOS 26 run for now
2 parents 4aa52ee + 008ab4b commit ababf8e

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)