Use Swift version 5.7 in PR checks
The version installed in the latest runner image, 5.7.1, is not yet supported.
This commit is contained in:
parent
bab5a146ac
commit
e9e73b0cb9
8 changed files with 53 additions and 4 deletions
3
.github/workflows/__swift-custom-build.yml
generated
vendored
3
.github/workflows/__swift-custom-build.yml
generated
vendored
|
|
@ -48,6 +48,9 @@ jobs:
|
|||
uses: ./.github/prepare-test
|
||||
with:
|
||||
version: ${{ matrix.version }}
|
||||
- uses: swift-actions/setup-swift@v1
|
||||
with:
|
||||
swift-version: 5.7
|
||||
- uses: ./../action/init
|
||||
with:
|
||||
languages: swift
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue