Skip to content

Commit 25ff40d

Browse files
committed
Move Ubuntu 20.04 to self-hosted
1 parent d9391f0 commit 25ff40d

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
container: ["ubuntu:22.04", "ubuntu:24.04", "redhat/ubi9", "debian:12", "fedora:39"]
31+
container: ["ubuntu:20.04", "ubuntu:22.04", "ubuntu:24.04", "redhat/ubi9", "debian:12", "fedora:39"]
3232
container:
3333
image: ${{ matrix.container }}
3434
steps:
@@ -39,16 +39,6 @@ jobs:
3939
- name: Build and Test
4040
run: swift test
4141

42-
tests:
43-
name: Test
44-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
45-
with:
46-
linux_os_versions: "[\"focal\"]"
47-
# We only care about the current stable release, because that's where we make our swiftly releases
48-
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\"}]"
49-
linux_pre_build_command: ./scripts/prep-gh-action.sh
50-
enable_windows_checks: false
51-
5242
releasebuildcheck:
5343
name: Release Build Check
5444
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)