We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 031587c commit 366a181Copy full SHA for 366a181
.github/workflows/test.yml
@@ -11,11 +11,8 @@ jobs:
11
test-macos:
12
runs-on: macos-latest
13
env:
14
- DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer
+ DEVELOPER_DIR: /Applications/Xcode_16.3.app/Contents/Developer
15
steps:
16
- - uses: maxim-lobanov/setup-xcode@v1
17
- with:
18
- xcode-version: latest-stable
19
- uses: actions/checkout@v3
20
- name: Build
21
run: swift build
0 commit comments