Skip to content

Commit 4896e64

Browse files
committed
Re-add the list of linux os versions
1 parent e5c1da0 commit 4896e64

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
@@ -22,7 +22,7 @@ jobs:
2222
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
2323
with:
2424
# Amazon Linux 2 won't work with GH infrastructure
25-
# linux_os_versions: "[\"jammy\", \"focal\", \"rhel-ubi9\", \"noble\", \"bookworm\", \"fedora39\"]"
25+
linux_os_versions: "[\"jammy\", \"focal\", \"rhel-ubi9\", \"noble\", \"bookworm\", \"fedora39\"]"
2626
# We only care about the current stable release, because that's where we make our swiftly releases
2727
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\"}]"
2828
linux_pre_build_command: ./scripts/prep-gh-action.sh && ./scripts/install-libarchive.sh

0 commit comments

Comments
 (0)