Skip to content

Commit ae4b5eb

Browse files
committed
Explicitly set to latest Swift version available on GitHub CI
1 parent 884a959 commit ae4b5eb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17+
- name: Use latest Swift version
18+
uses: swift-actions/setup-swift@v2
19+
1720
- name: Run tests
1821
run: swift test
1922

@@ -23,5 +26,8 @@ jobs:
2326
steps:
2427
- uses: actions/checkout@v4
2528

29+
- name: Use latest Swift version
30+
uses: swift-actions/setup-swift@v2
31+
2632
- name: Run tests
2733
run: swift test

0 commit comments

Comments
 (0)