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 5fedb10 commit d75acaaCopy full SHA for d75acaa
.github/workflows/pull_request.yml
@@ -9,7 +9,10 @@ jobs:
9
name: Test
10
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11
with:
12
- linux_exclude_swift_versions: '[{"swift_version": "5.8"}]'
+ linux_os_versions: '["jammy", "focal"]'
13
+ enable_macos_checks: false
14
+ macos_xcode_versions: '["16.3"]'
15
+
16
soundness:
17
name: Soundness
18
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
0 commit comments