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 b116cfd commit c479448Copy full SHA for c479448
.github/workflows/pull_request.yml
@@ -9,7 +9,7 @@ jobs:
9
name: Test
10
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11
with:
12
- linux_os_versions: '["amazonlinux2", "noble", "jammy", "focal", "rhel-ubi9", "bookworm"]'
+ linux_os_versions: '["noble", "jammy", "focal", "rhel-ubi9", "debian12"]'
13
linux_swift_versions: '["6.1", "nightly-main"]'
14
linux_build_command: 'swift build'
15
windows_swift_versions: '["6.1", "nightly-main"]'
0 commit comments