Skip to content

Commit fcc31f6

Browse files
committed
CI: Bump to Xcode 26.2 (Swift 6.2.3) to fix Xcode workspace crash?
1 parent f4490f4 commit fcc31f6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-test-and-docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ jobs:
7474
- TV
7575
- Vision
7676
steps:
77-
- name: Setup Xcode 16.4 (Swift 6.1.2)
77+
- name: Setup Xcode 26.2 (Swift 6.2.3)
7878
uses: maxim-lobanov/setup-xcode@v1.6.0
7979
with:
80-
xcode-version: '16.4'
80+
xcode-version: '26.2'
8181

8282
- name: Swift version
8383
run: swift --version
@@ -145,10 +145,10 @@ jobs:
145145
uikit-catalyst:
146146
runs-on: macos-15
147147
steps:
148-
- name: Setup Xcode 16.4 (Swift 6.1)
148+
- name: Setup Xcode 26.2 (Swift 6.2.3)
149149
uses: maxim-lobanov/setup-xcode@v1.6.0
150150
with:
151-
xcode-version: '16.4'
151+
xcode-version: '26.2'
152152

153153
- name: Swift version
154154
run: swift --version

0 commit comments

Comments
 (0)