Skip to content

Commit 366a181

Browse files
update Xcode 16.3
1 parent 031587c commit 366a181

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@ jobs:
1111
test-macos:
1212
runs-on: macos-latest
1313
env:
14-
DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer
14+
DEVELOPER_DIR: /Applications/Xcode_16.3.app/Contents/Developer
1515
steps:
16-
- uses: maxim-lobanov/setup-xcode@v1
17-
with:
18-
xcode-version: latest-stable
1916
- uses: actions/checkout@v3
2017
- name: Build
2118
run: swift build

0 commit comments

Comments
 (0)