We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d9506 commit 0b0edf1Copy full SHA for 0b0edf1
1 file changed
.github/workflows/build.yml
@@ -9,6 +9,9 @@ jobs:
9
runs-on: macos-15
10
steps:
11
- uses: actions/checkout@v4
12
+ - uses: maxim-lobanov/setup-xcode@v1
13
+ with:
14
+ xcode-version: '16.4'
15
- name: Build
16
run: swift build
17
- name: Run tests
0 commit comments