Skip to content

Commit 3bab581

Browse files
committed
Set xcode version to 16.4 in macos runner
1 parent b33f38f commit 3bab581

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v4
24+
- name: Set Xcode version
25+
run: sudo xcode-select -s /Applications/Xcode_16.4.0.app
2426
- name: Build
2527
run: swift build -v
2628
# - name: Run tests

0 commit comments

Comments
 (0)