Skip to content

Commit d1ed7d9

Browse files
fix(swift-ci): use Xcode 16.1 for iOS 18.1 simulator support
Xcode 15.4 doesn't include iOS 18.1 simulators (only iOS 17.x). Updated to Xcode 16.1 which includes iOS 18 simulators.
1 parent b0802d2 commit d1ed7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift-sdk-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Setup Xcode
9191
uses: maxim-lobanov/setup-xcode@v1
9292
with:
93-
xcode-version: '15.4'
93+
xcode-version: '16.1'
9494

9595
- name: Install SwiftLint and xcpretty
9696
run: |

0 commit comments

Comments
 (0)