Skip to content

Commit 6458e9c

Browse files
use latest Windows and Swift 6.1
There are now fixes to compnerd/swift-build#909 and swiftlang/swift#79751, swiftlang/swift#80144 is merged.
1 parent 865772b commit 6458e9c

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
@@ -15,7 +15,7 @@ defaults:
1515

1616
jobs:
1717
build-windows:
18-
runs-on: windows-2019 # Windows SDK lower than 10.0.26100 is needed until https://github.com/swiftlang/swift/pull/79751 released!
18+
runs-on: windows-latest
1919

2020
steps:
2121
- name: Setup VS Dev Environment
@@ -24,8 +24,8 @@ jobs:
2424
- name: Setup
2525
uses: compnerd/[email protected]
2626
with:
27-
branch: swift-5.10-release
28-
tag: 5.10-RELEASE
27+
branch: swift-6.1-release
28+
tag: 6.1-RELEASE
2929

3030
- name: Compute vcpkg Triplet
3131
id: triplet

0 commit comments

Comments
 (0)