mirror of
https://github.com/nicklockwood/SwiftFormat.git
synced 2026-05-17 10:30:35 +00:00
Fix Windows build by updating to Swift 6.1 (#2013)
This commit is contained in:
committed by
Cal Stephens
parent
c3696e376f
commit
240e5ef0c4
@@ -73,14 +73,9 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
# Oldest working version.
|
||||
# 5.6 fails with "error: could not build C module 'CDispatch'"
|
||||
# 5.7 fails with "error: expressions are not allowed at the top level" for "XCTMain(tests)"
|
||||
- branch: swift-5.8-release
|
||||
tag: 5.8-RELEASE
|
||||
# Version used by the release workflow
|
||||
- branch: swift-5.10.1-release
|
||||
tag: 5.10.1-RELEASE
|
||||
- branch: swift-6.1-release
|
||||
tag: 6.1-RELEASE
|
||||
runs-on: windows-latest
|
||||
name: windows (${{ matrix.tag }})
|
||||
steps:
|
||||
|
||||
@@ -30,8 +30,8 @@ jobs:
|
||||
steps:
|
||||
- uses: compnerd/gha-setup-swift@main
|
||||
with:
|
||||
tag: 5.10.1-RELEASE # The 5.10 installer is the first that includes the Swift runtime msm files.
|
||||
branch: swift-5.10.1-release
|
||||
tag: 6.1-RELEASE
|
||||
branch: swift-6.1-release
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user