From d9391f0f32709c519c97e7734fc28bbc61e2d963 Mon Sep 17 00:00:00 2001 From: "Chris (SPG) McGee" Date: Thu, 26 Dec 2024 08:51:32 -0500 Subject: [PATCH] Fix test coverage for Ubuntu 20.04 --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 551a2c0..f679ece 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -43,7 +43,7 @@ jobs: name: Test uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main with: - linux_os_versions: "[\"jammy\"]" + linux_os_versions: "[\"focal\"]" # We only care about the current stable release, because that's where we make our swiftly releases linux_exclude_swift_versions: "[{\"swift_version\": \"nightly-main\"},{\"swift_version\": \"nightly-6.0\"},{\"swift_version\": \"5.8\"},{\"swift_version\": \"5.9\"},{\"swift_version\": \"5.10\"}]" linux_pre_build_command: ./scripts/prep-gh-action.sh