Skip to content

Commit b481f70

Browse files
committed
Xcode 26.4.1 should start beeing available
1 parent 681b321 commit b481f70

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
submodules: 'false'
1818
- uses: maxim-lobanov/setup-xcode@v1
1919
with:
20-
xcode-version: '26.4'
20+
xcode-version: '26.4.1'
2121
- name: Install dependencies
2222
run: |
2323
brew update

.github/workflows/Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
submodules: 'false'
1717
- uses: maxim-lobanov/setup-xcode@v1
1818
with:
19-
xcode-version: '26.4'
19+
xcode-version: '26.4.1'
2020
- name: Install dependencies
2121
run: |
2222
brew update

0 commit comments

Comments
 (0)