Skip to content

Commit 39550c7

Browse files
committed
Try iOS build with latest beta Xcode
1 parent 2b9f584 commit 39550c7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/swift.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@v4
4949

50-
- name: Select Xcode
51-
run: sudo xcode-select -s /Applications/Xcode.app
50+
- name: Setup latest Xcode beta
51+
uses: maxim-lobanov/setup-xcode@v1
52+
with:
53+
xcode-version: latest
5254

5355
- name: Verify Xcode version
5456
run: xcodebuild -version

0 commit comments

Comments
 (0)