diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 49d8ded..1aa90ff 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -11,7 +11,7 @@ jobs: with: linux_build_command: "swift build" linux_exclude_swift_versions: '[{"swift_version": "5.8"}, {"swift_version": "5.9"}, {"swift_version": "5.10"}]' - windows_build_command: "swift build" + windows_build_command: "Invoke-Program swift build" windows_exclude_swift_versions: '[{"swift_version": "5.9"}]' macos_build_command: "xcrun swift build" macos_exclude_xcode_versions: '[{"xcode_version": "16.0"}, {"xcode_version": "16.1"}]'