We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4490f4 commit fcc31f6Copy full SHA for fcc31f6
1 file changed
.github/workflows/build-test-and-docs.yml
@@ -74,10 +74,10 @@ jobs:
74
- TV
75
- Vision
76
steps:
77
- - name: Setup Xcode 16.4 (Swift 6.1.2)
+ - name: Setup Xcode 26.2 (Swift 6.2.3)
78
uses: maxim-lobanov/setup-xcode@v1.6.0
79
with:
80
- xcode-version: '16.4'
+ xcode-version: '26.2'
81
82
- name: Swift version
83
run: swift --version
@@ -145,10 +145,10 @@ jobs:
145
uikit-catalyst:
146
runs-on: macos-15
147
148
- - name: Setup Xcode 16.4 (Swift 6.1)
149
150
151
152
153
154
0 commit comments