Skip to content

Commit

Permalink
Fix test coverage for Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcgee1024 committed Dec 26, 2024
1 parent 3f2172d commit d9391f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9391f0

Please sign in to comment.