File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ defaults:
15
15
16
16
jobs :
17
17
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
19
19
20
20
steps :
21
21
- name : Setup VS Dev Environment
22
22
uses : seanmiddleditch/gha-setup-vsdevenv@v5
23
23
24
24
- name : Setup
25
- uses : compnerd/gha-setup-swift@v0.2.3
25
+ uses : compnerd/gha-setup-swift@v0.3.0
26
26
with :
27
- branch : swift-5.10 -release
28
- tag : 5.10 -RELEASE
27
+ branch : swift-6.1 -release
28
+ tag : 6.1 -RELEASE
29
29
30
30
- name : Compute vcpkg Triplet
31
31
id : triplet
58
58
- name : Build SwiftCrossUI
59
59
env :
60
60
PKG_CONFIG_PATH : ${{ github.workspace }}/vcpkg_installed/${{ steps.triplet.outputs.lowercase }}/lib/pkgconfig
61
- # Only build the library target to work around apple/swift-package-manager#6644
62
61
run : swift build --target SwiftCrossUI -v
63
- # Requires 6.0, and 6.0 is broken in CI for now.
64
- # - name: Build WinUIBackend
65
- # run: swift build --target WinUIBackend
62
+ - name : Build WinUIBackend
63
+ run : swift build --target WinUIBackend
You can’t perform that action at this time.
0 commit comments