diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b51d64ee..ebf9a8d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/.github/workflows/windows_release.yml b/.github/workflows/windows_release.yml index f751ae6e..35478ff1 100644 --- a/.github/workflows/windows_release.yml +++ b/.github/workflows/windows_release.yml @@ -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: