Skip to content

Commit 480d567

Browse files
[ci] Remove ubuntu18.04 job due for the GHA deprecation
1 parent cb86d9e commit 480d567

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

.github/scripts/build-matrix.rb

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22
require "optparse"
33

44
BASE_MATRIX_ENTRIES = [
5-
{
6-
"build_os": "ubuntu-18.04",
7-
"agent_query": "ubuntu-18.04",
8-
"target": "ubuntu18.04_x86_64",
9-
# "container": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-18.04",
10-
"container": "ghcr.io/swiftwasm/swift-ci@sha256:e38db2e47e9b4a9207276fd3061748a719901884a6fa44562abb47d196534864",
11-
"run_stdlib_test": true,
12-
"run_full_test": false,
13-
"run_e2e_test": true,
14-
"build_hello_wasm": true,
15-
"clean_build_dir": false,
16-
"free_disk_space": true
17-
},
5+
# DEPRECATED: GitHub Actions won't support Ubuntu 18.0.4 faimily anymore
6+
# {
7+
# "build_os": "ubuntu-18.04",
8+
# "agent_query": "ubuntu-18.04",
9+
# "target": "ubuntu18.04_x86_64",
10+
# # "container": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-18.04",
11+
# "container": "ghcr.io/swiftwasm/swift-ci@sha256:e38db2e47e9b4a9207276fd3061748a719901884a6fa44562abb47d196534864",
12+
# "run_stdlib_test": true,
13+
# "run_full_test": false,
14+
# "run_e2e_test": true,
15+
# "build_hello_wasm": true,
16+
# "clean_build_dir": false,
17+
# "free_disk_space": true
18+
# },
1819
{
1920
"build_os": "ubuntu-20.04",
2021
"agent_query": "ubuntu-20.04",

.github/workflows/nightly-distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
targets: "amazonlinux2_x86_64 ubuntu18.04_x86_64 ubuntu20.04_x86_64 ubuntu20.04_aarch64 macos_x86_64 macos_arm64"
2727
- branch: "swiftwasm-release/5.7"
2828
channel: "5.7"
29-
targets: "amazonlinux2_x86_64 ubuntu18.04_x86_64 ubuntu20.04_x86_64 ubuntu20.04_aarch64 ubuntu22.04_x86_64 macos_x86_64 macos_arm64"
29+
targets: "amazonlinux2_x86_64 ubuntu20.04_x86_64 ubuntu20.04_aarch64 ubuntu22.04_x86_64 macos_x86_64 macos_arm64"
3030
steps:
3131
- uses: actions/checkout@v1
3232
- name: Setup keychain

0 commit comments

Comments
 (0)