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 279629f commit 2e4f1a5Copy full SHA for 2e4f1a5
.github/workflows/pull_request.yml
@@ -14,6 +14,7 @@ jobs:
14
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
15
with:
16
linux_swift_versions: '["nightly-main", "nightly-6.2"]'
17
+ linux_os_versions: '["amazonlinux2", "jammy"]'
18
windows_swift_versions: '["nightly-main", "nightly-6.2"]'
19
enable_macos_checks: true
20
macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.2\"}, {\"xcode_version\": \"16.3\"}]"
0 commit comments