Skip to content

Commit f3f87a7

Browse files
CI: Pin Windows SDK version to 10.0.22621.0
1 parent 25a3eae commit f3f87a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
# - run: cmake -G Ninja -B .build/cmake
208208
# - run: cmake --build .build/cmake
209209
# Run tests with SwiftPM
210-
- run: swift test
210+
- run: swift test -Xswiftc -windows-sdk-version -Xswiftc 10.0.22621.0
211211

212212
build-cmake:
213213
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)