Skip to content

Commit 26f13bd

Browse files
committed
WIP
1 parent 4a982db commit 26f13bd

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ jobs:
6060
os: macos-15
6161
xcode: 16.4
6262
- platform: [iOS, 26]
63-
runtime: iOS 26.0
63+
runtime: iOS 26.0-beta1
6464
os: macos-15
6565
xcode: 26.0
66+
install: true
6667

6768
- platform: [tvOS, 15]
6869
runtime: tvOS 15.4
@@ -84,9 +85,10 @@ jobs:
8485
os: macos-15
8586
xcode: 16.4
8687
- platform: [tvOS, 26]
87-
runtime: tvOS 26.0
88+
runtime: tvOS 26.0-beta1
8889
os: macos-15
8990
xcode: 26.0
91+
install: true
9092

9193
- platform: [watchOS, 8]
9294
runtime: watchOS 8.5
@@ -108,9 +110,10 @@ jobs:
108110
os: macos-15
109111
xcode: 16.4
110112
- platform: [watchOS, 26]
111-
runtime: watchOS 26.0
113+
runtime: watchOS 26.0-beta1
112114
os: macos-15
113115
xcode: 26.0
116+
install: true
114117

115118
- platform: [macOS, 15]
116119
runtime: macOS 15
@@ -131,9 +134,10 @@ jobs:
131134
os: macos-15
132135
xcode: 16.4
133136
- platform: [visionOS, 26]
134-
runtime: visionOS 26.0
137+
runtime: visionOS 26.0-beta1
135138
os: macos-15
136139
xcode: 26.0
140+
install: true
137141
steps:
138142
- name: Git Checkout
139143
uses: actions/checkout@v4
@@ -154,7 +158,9 @@ jobs:
154158
with:
155159
timeout_minutes: 15
156160
max_attempts: 3
157-
command: sudo xcodes runtimes install '${{ matrix.runtime }}'
161+
command: |
162+
sudo xcodes runtimes --include-betas
163+
sudo xcodes runtimes install '${{ matrix.runtime }}'
158164
159165
- name: "[Debug] List Available Runtimes, Simulators, and Destinations"
160166
run: |

0 commit comments

Comments
 (0)