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.
1 parent 11952eb commit fa359a2Copy full SHA for fa359a2
.github/workflows/pull_request.yml
@@ -13,6 +13,10 @@ jobs:
13
linux_exclude_swift_versions: '[{"swift_version": "5.8"}, {"swift_version": "5.9"}, {"swift_version": "5.10"}]'
14
windows_build_command: "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"]'
18
+ macos_build_command: "xcrun swift build"
19
+ macos_versions: '["sequoia"]'
20
soundness:
21
name: Soundness
22
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
0 commit comments