Skip to content

Commit 15497ba

Browse files
authored
Merge pull request #420 from wmathurin/dev
Disabling iOS 26 run for now
2 parents c7b694f + 6895c04 commit 15497ba

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)