Skip to content

Commit 031587c

Browse files
update xcode on macos
1 parent 6dbad1c commit 031587c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
env:
1414
DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer
1515
steps:
16+
- uses: maxim-lobanov/setup-xcode@v1
17+
with:
18+
xcode-version: latest-stable
1619
- uses: actions/checkout@v3
1720
- name: Build
1821
run: swift build

0 commit comments

Comments
 (0)