Skip to content

Commit e95edff

Browse files
[ci] Remove ubuntu18.04 job due for the GHA deprecation
1 parent 2e94dac commit e95edff

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

.github/scripts/build-matrix.rb

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@
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-
"run_stdlib_test": true,
11-
"run_full_test": false,
12-
"run_e2e_test": true,
13-
"build_hello_wasm": true,
14-
"clean_build_dir": false,
15-
"free_disk_space": true
16-
},
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+
# "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+
# },
1718
{
1819
"build_os": "ubuntu-20.04",
1920
"agent_query": "ubuntu-20.04",

.github/workflows/nightly-distribution.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
include:
1111
- branch: "swiftwasm"
1212
channel: "DEVELOPMENT"
13-
targets: "amazonlinux2_x86_64 ubuntu18.04_x86_64 ubuntu20.04_x86_64 ubuntu20.04_aarch64 ubuntu22.04_x86_64 macos_x86_64 macos_arm64"
13+
targets: "amazonlinux2_x86_64 ubuntu20.04_x86_64 ubuntu20.04_aarch64 ubuntu22.04_x86_64 macos_x86_64 macos_arm64"
1414
- branch: "swiftwasm-release/5.3"
1515
channel: "5.3"
1616
targets: "ubuntu18.04_x86_64 ubuntu20.04_x86_64 macos_x86_64"
@@ -28,7 +28,7 @@ jobs:
2828
targets: "amazonlinux2_x86_64 ubuntu18.04_x86_64 ubuntu20.04_x86_64 ubuntu20.04_aarch64 ubuntu22.04_x86_64 macos_x86_64 macos_arm64"
2929
- branch: "swiftwasm-release/5.8"
3030
channel: "5.8"
31-
targets: "amazonlinux2_x86_64 ubuntu18.04_x86_64 ubuntu20.04_x86_64 ubuntu20.04_aarch64 ubuntu22.04_x86_64 macos_x86_64 macos_arm64"
31+
targets: "amazonlinux2_x86_64 ubuntu20.04_x86_64 ubuntu20.04_aarch64 ubuntu22.04_x86_64 macos_x86_64 macos_arm64"
3232
steps:
3333
- uses: actions/checkout@v1
3434
- name: Setup keychain

0 commit comments

Comments
 (0)