Skip to content

Commit 0b0edf1

Browse files
committed
Select 16.4
1 parent c0d9506 commit 0b0edf1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
runs-on: macos-15
1010
steps:
1111
- uses: actions/checkout@v4
12+
- uses: maxim-lobanov/setup-xcode@v1
13+
with:
14+
xcode-version: '16.4'
1215
- name: Build
1316
run: swift build
1417
- name: Run tests

0 commit comments

Comments
 (0)