Skip to content

Commit c5662ea

Browse files
committed
Remove Amazon Linux 2 because it is not supported with github actions
1 parent a89c156 commit c5662ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
soundness:
99
name: Soundness
10-
uses: cmcgee1024/github-workflows/.github/workflows/soundness.yml@main
10+
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
1111
with:
1212
license_header_check_enabled: false
1313
license_header_check_project_name: "Swift.org"
@@ -19,11 +19,11 @@ jobs:
1919

2020
tests:
2121
name: Test
22-
uses: cmcgee1024/github-workflows/.github/workflows/swift_package_test.yml@main
22+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
2323
with:
2424
# linux_os_versions: "[\"jammy\", \"noble\", \"focal\", \"amazonlinux2\", \"rhel-ubi9\", \"bookworm\", \"fedora39\"]"
2525
# Not working: noble (compile error in TSC FileSystem), bookworm (missing memory.h), fedora39 (missing memory.h)
26-
linux_os_versions: "[\"jammy\", \"focal\", \"amazonlinux2\", \"rhel-ubi9\"]"
26+
linux_os_versions: "[\"jammy\", \"focal\", \"rhel-ubi9\"]"
2727
# We only care about the current stable release, because that's where we make our swiftly releases
2828
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\"}]"
2929
linux_pre_build_command: ((apt-get update && apt-get -y install curl make) || ((curl --help || yum -y install curl) && yum -y install make)) && ./scripts/install-libarchive.sh

0 commit comments

Comments
 (0)