Skip to content

Commit d9391f0

Browse files
committed
Fix test coverage for Ubuntu 20.04
1 parent 3f2172d commit d9391f0

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
@@ -43,7 +43,7 @@ jobs:
4343
name: Test
4444
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
4545
with:
46-
linux_os_versions: "[\"jammy\"]"
46+
linux_os_versions: "[\"focal\"]"
4747
# We only care about the current stable release, because that's where we make our swiftly releases
4848
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\"}]"
4949
linux_pre_build_command: ./scripts/prep-gh-action.sh

0 commit comments

Comments
 (0)