Skip to content

Commit 303bc9c

Browse files
committed
Xcode back to 26.1.1
1 parent 577e3e6 commit 303bc9c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Setup Xcode
6161
uses: maxim-lobanov/setup-xcode@v1
6262
with:
63-
xcode-version: latest-stable
63+
xcode-version: '16.4'
6464

6565
# We set `SDKROOT` as a workaround for https://github.com/gradle/gradle/pull/29227
6666
- name: Check test files
@@ -132,7 +132,7 @@ jobs:
132132
- name: Setup Xcode
133133
uses: maxim-lobanov/setup-xcode@v1
134134
with:
135-
xcode-version: latest-stable
135+
xcode-version: '16.4'
136136

137137
# We set `SDKROOT` as a workaround for https://github.com/gradle/gradle/pull/29227
138138
- name: Test Swift Runtime
@@ -210,7 +210,7 @@ jobs:
210210
- name: Setup Xcode
211211
uses: maxim-lobanov/setup-xcode@v1
212212
with:
213-
xcode-version: latest-stable
213+
xcode-version: '16.4'
214214

215215
# We set `SDKROOT` as a workaround for https://github.com/gradle/gradle/pull/29227
216216
- name: Upload Artifacts

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Xcode
2323
uses: maxim-lobanov/setup-xcode@v1
2424
with:
25-
xcode-version: latest-stable
25+
xcode-version: '16.4'
2626

2727
# We set `SDKROOT` as a workaround for https://github.com/gradle/gradle/pull/29227
2828
- name: Upload Artifacts

0 commit comments

Comments
 (0)