Skip to content

Commit 54e2ace

Browse files
committed
ci: use iOS 26 SDK for building in Github CI
Signed-off-by: Tommy van der Vorst <tommy@pixelspark.nl>
1 parent bc0218f commit 54e2ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Install iOS platform
2727
run: |
28-
xcodebuild -downloadPlatform iOS -buildVersion 18.6
28+
xcodebuild -downloadPlatform iOS -buildVersion 26.0
2929
3030
- name: Check out repository
3131
uses: actions/checkout@v3

0 commit comments

Comments
 (0)