Skip to content

Commit 35238f1

Browse files
Updated workflow to use latest Xcode
1 parent d637ec5 commit 35238f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v2
3030
- uses: maxim-lobanov/setup-xcode@v1
31+
with:
32+
xcode-version: latest-stable
3133
- name: Build
3234
run: swift build
3335
- name: Run tests

0 commit comments

Comments
 (0)