Skip to content

Commit 32d9383

Browse files
committed
WIP
1 parent de3e6b4 commit 32d9383

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/ci.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ jobs:
6262
runtime: iOS 18.2
6363
os: macos-14
6464
xcode: 16.2
65+
# - platform: [iOS, 26]
66+
# runtime: iOS 26.0
67+
# os: macos-15
68+
# xcode: 26.0
6569

6670
- platform: [tvOS, 15]
6771
runtime: tvOS 15.4
@@ -80,6 +84,10 @@ jobs:
8084
runtime: tvOS 18.2
8185
os: macos-14
8286
xcode: 16.2
87+
# - platform: [tvOS, 26]
88+
# runtime: tvOS 26.0
89+
# os: macos-15
90+
# xcode: 26.0
8391

8492
- platform: [watchOS, 8]
8593
runtime: watchOS 8.5
@@ -98,6 +106,10 @@ jobs:
98106
runtime: watchOS 11.2
99107
os: macos-14
100108
xcode: 16.2
109+
# - platform: [watchOS, 26]
110+
# runtime: watchOS 26.0
111+
# os: macos-15
112+
# xcode: 26.0
101113

102114
- platform: [macOS, 13]
103115
runtime: macOS 13
@@ -107,6 +119,10 @@ jobs:
107119
runtime: macOS 14
108120
os: macos-14
109121
xcode: 15.4
122+
# - platform: [macOS, 26]
123+
# runtime: macOS 26.0
124+
# os: macos-15
125+
# xcode: 26.0
110126

111127
- platform: [visionOS, 1]
112128
runtime: visionOS 1.2
@@ -116,6 +132,10 @@ jobs:
116132
runtime: visionOS 2.5
117133
os: macos-15
118134
xcode: 16.4
135+
# - platform: [visionOS, 26]
136+
# runtime: visionOS 26.0
137+
# os: macos-15
138+
# xcode: 26.0
119139
steps:
120140
- name: Git Checkout
121141
uses: actions/checkout@v4

0 commit comments

Comments
 (0)