Skip to content

Commit bdd3f0d

Browse files
committed
fix
1 parent b92508a commit bdd3f0d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/admin-sample.cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ jobs:
293293

294294
- uses: maxim-lobanov/setup-xcode@v1.7.0
295295
with:
296-
xcode-version: '26.3'
296+
xcode-version: '26.4'
297297

298298
- uses: actions/setup-node@v6
299299
with:

.github/workflows/blazorui.demo.cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164

165165
- uses: maxim-lobanov/setup-xcode@v1.7.0
166166
with:
167-
xcode-version: '26.3'
167+
xcode-version: '26.4'
168168

169169
- uses: actions/setup-node@v6
170170
with:

.github/workflows/todo-sample.cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ jobs:
458458

459459
- uses: maxim-lobanov/setup-xcode@v1.7.0
460460
with:
461-
xcode-version: '26.3'
461+
xcode-version: '26.4'
462462

463463
- name: Create project from Boilerplate
464464
run: |

src/Templates/Boilerplate/Bit.Boilerplate/.github/workflows/cd-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219

220220
- uses: maxim-lobanov/setup-xcode@v1.7.0
221221
with:
222-
xcode-version: '26.3'
222+
xcode-version: '26.4'
223223

224224
- uses: actions/setup-node@v6
225225
with:

0 commit comments

Comments
 (0)