Skip to content

Commit c479448

Browse files
authored
Update pull_request.yml to not use Amazon Linux 2 and update the tag for debian12
1 parent b116cfd commit c479448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Test
1010
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1111
with:
12-
linux_os_versions: '["amazonlinux2", "noble", "jammy", "focal", "rhel-ubi9", "bookworm"]'
12+
linux_os_versions: '["noble", "jammy", "focal", "rhel-ubi9", "debian12"]'
1313
linux_swift_versions: '["6.1", "nightly-main"]'
1414
linux_build_command: 'swift build'
1515
windows_swift_versions: '["6.1", "nightly-main"]'

0 commit comments

Comments
 (0)