Skip to content

Commit 4f742d1

Browse files
[ci] Restore ubuntu-focal build configuration
1 parent 9472929 commit 4f742d1

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

.github/scripts/build-matrix.rb

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

44
BASE_MATRIX_ENTRIES = [
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-
# },
5+
{
6+
"build_os": "ubuntu-18.04",
7+
"agent_query": "ubuntu-20.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+
},
1817
{
1918
"build_os": "ubuntu-20.04",
2019
"agent_query": "ubuntu-20.04",

0 commit comments

Comments
 (0)