Skip to content

Commit 83658cc

Browse files
authored
Drop Amazon Linux 2 from testing
Removed 'amazonlinux2' from the list of Linux OS versions.
1 parent 72dc949 commit 83658cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: ./.github/workflows/swift_package_test.yml
2626
with:
2727
# Linux
28-
linux_os_versions: '["jammy", "rhel-ubi9", "amazonlinux2"]'
28+
linux_os_versions: '["jammy", "rhel-ubi9"]'
2929
linux_host_archs: '["x86_64", "aarch64"]'
3030
linux_build_command: |
3131
cd tests/TestPackage

0 commit comments

Comments
 (0)