Skip to content

Commit c0ae907

Browse files
committed
Select Xcode 16.3 in CI to get Swift 6.2+
1 parent 01a310a commit c0ae907

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15+
- name: Select Xcode 16.3
16+
run: sudo xcode-select -s /Applications/Xcode_16.3.app
17+
1518
- name: Build
1619
run: swift build
1720

0 commit comments

Comments
 (0)