Skip to content

Commit ba05729

Browse files
committed
Run Windows tests inside a Docker container
Looks like GitHub updated Visual Studio on their Windows runners and the new SDK causes compilation issues. Run in a Docker container so we fully control the version of Visual Studio installed.
1 parent 6e1b407 commit ba05729

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ jobs:
88
tests:
99
name: Test
1010
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11-
with:
12-
enable_windows_docker: false # Dockerless Windows is 5-10 minutes faster than Docker on Windows
1311
soundness:
1412
name: Soundness
1513
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main

0 commit comments

Comments
 (0)