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 2e6fb46 + b1c5f94 commit 7d187d1Copy full SHA for 7d187d1
.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"}]'
16
macos_build_command: "xcrun swift build"
17
macos_exclude_xcode_versions: '[{"xcode_version": "16.0"}, {"xcode_version": "16.1"}]'
0 commit comments