Skip to content

Commit 0fa5d1b

Browse files
committed
Attempt to fix Windows GitHub Actions workflow
1 parent 89e6b63 commit 0fa5d1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/swift-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
uses: ASzc/change-string-case-action@v5
1919
with:
2020
string: ${{ runner.arch }}-${{ runner.os }}
21-
- name: Install Swift 5.8
21+
- name: Install Swift 5.10
2222
uses: compnerd/gha-setup-swift@main
2323
with:
24-
branch: swift-5.8-release
25-
tag: 5.8-RELEASE
24+
branch: swift-5.10-release
25+
tag: 5.10-RELEASE
2626
- uses: actions/checkout@v3
2727
- name: Restore Dependency Cache
2828
id: cache

0 commit comments

Comments
 (0)