Skip to content

Commit c30bf98

Browse files
committed
Set Tools version when running the CI (Linux)
1 parent eec1776 commit c30bf98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v3
2323
- uses: swift-actions/setup-swift@v2
2424
with:
25-
swift-version: "6.0.0"
25+
swift-version: "6.1.0"
2626
- name: Get swift version
2727
run: swift --version
2828
- name: Prepare Git

0 commit comments

Comments
 (0)