Skip to content

Commit d88f9df

Browse files
committed
Update build-and-test.yml update Swift version to 5.9
1 parent 3bad837 commit d88f9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: macos-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: swift-actions/setup-swift@v1
1515
- name: Build
1616
run: swift build -v
1717
- name: Run tests

0 commit comments

Comments
 (0)