Skip to content

Commit 9523b3b

Browse files
committed
windows swift 6.2
1 parent ba0c8bd commit 9523b3b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,16 +163,15 @@ jobs:
163163
- name: Build
164164
run: swift build --swift-sdk aarch64-unknown-linux-android24
165165

166-
windows_swift_6_1:
166+
windows_swift_6_2:
167167
runs-on: windows-latest
168168
steps:
169169
- name: Checkout
170170
uses: actions/checkout@v4
171171
- name: Install Swift
172172
uses: SwiftyLab/setup-swift@latest
173173
with:
174-
swift-version: "6.1.2"
175-
visual-studio-components: Microsoft.VisualStudio.Component.Windows11SDK.22621
174+
swift-version: "6.2"
176175
- name: Version
177176
run: swift --version
178177
- name: Build

0 commit comments

Comments
 (0)