File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,10 @@ jobs:
15
15
- macos : macos-15
16
16
ios : ^18
17
17
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
27
22
uses : ./.github/workflows/reusable-workflow.yaml
28
23
with :
29
24
ios : ${{ matrix.ios }}
Original file line number Diff line number Diff line change 37
37
- macos : macos-15
38
38
ios : ^18
39
39
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
43
44
uses : ./.github/workflows/reusable-workflow.yaml
44
45
with :
45
46
is_pr : true
You can’t perform that action at this time.
0 commit comments