We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ca7ecd + ec6385c commit 2113033Copy full SHA for 2113033
.github/workflows/pull_request.yml
@@ -11,7 +11,7 @@ jobs:
11
with:
12
linux_build_command: "swift build"
13
linux_exclude_swift_versions: '[{"swift_version": "5.8"}, {"swift_version": "5.9"}, {"swift_version": "5.10"}]'
14
- windows_build_command: "swift build"
+ windows_build_command: "Invoke-Program swift build"
15
windows_exclude_swift_versions: '[{"swift_version": "5.9"}, {"swift_version": "5.10"}]'
16
enable_macos_checks: true
17
macos_xcode_versions: '["16.3"]'
0 commit comments