Skip to content

Commit d13ea99

Browse files
authored
Try and fix GitHub Actions
1 parent 6abefca commit d13ea99

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/swift.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616

17-
- name: Switch to Xcode 12.0
18-
uses: maxim-lobanov/setup-xcode@1.0
19-
with:
20-
xcode-version: 12.0
17+
- name: Switch to latest Xcode
18+
uses: maxim-lobanov/setup-xcode@v1.2.1
2119
- name: Build
2220
run: swift build -v
2321
- name: Run tests

0 commit comments

Comments
 (0)