We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e6b63 commit 0fa5d1bCopy full SHA for 0fa5d1b
.github/workflows/swift-windows.yml
@@ -18,11 +18,11 @@ jobs:
18
uses: ASzc/change-string-case-action@v5
19
with:
20
string: ${{ runner.arch }}-${{ runner.os }}
21
- - name: Install Swift 5.8
+ - name: Install Swift 5.10
22
uses: compnerd/gha-setup-swift@main
23
24
- branch: swift-5.8-release
25
- tag: 5.8-RELEASE
+ branch: swift-5.10-release
+ tag: 5.10-RELEASE
26
- uses: actions/checkout@v3
27
- name: Restore Dependency Cache
28
id: cache
0 commit comments