Skip to content

Commit b40e35b

Browse files
committed
Remove Ubuntu Focal from testing targets for Linux
Swift 6.2 dropped support for Ubuntu 20.04 Focal
1 parent d5e21a0 commit b40e35b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
name: Test
1010
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1111
with:
12-
linux_os_versions: '["amazonlinux2", "bookworm", "noble", "jammy", "focal", "rhel-ubi9"]'
12+
linux_os_versions: '["amazonlinux2", "bookworm", "noble", "jammy", "rhel-ubi9"]'
1313
linux_swift_versions: '["6.1", "nightly-main"]'
1414
linux_pre_build_command: |
15-
if command -v apt-get >/dev/null 2>&1 ; then # bookworm, noble, jammy, focal
15+
if command -v apt-get >/dev/null 2>&1 ; then # bookworm, noble, jammy
1616
apt-get update -y
1717
1818
# Test dependencies

0 commit comments

Comments
 (0)