summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-12-10 04:00:06 -0500
committerGitHub <noreply@github.com>2020-12-10 04:00:06 -0500
commitaef386913ebe4c786051d8af0957035533838eef (patch)
treedce4c550b3191b8ad0a712b4329eb9f7d2d7a580
parentce020a7429d410e5eaaa1bfe3cb42f87f4f65092 (diff)
ci: Use ubuntu-16.04 for linux gnu deploys and CI
-rw-r--r--.github/workflows/ci.yml4
-rw-r--r--.github/workflows/deployment.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 866ae78f..1f75635c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -65,13 +65,13 @@ jobs:
triple:
# Standard x86-64 stuff, stable
- {
- os: "ubuntu-18.04",
+ os: "ubuntu-16.04",
target: "x86_64-unknown-linux-gnu",
cross: false,
rust: stable,
}
- {
- os: "ubuntu-18.04",
+ os: "ubuntu-16.04",
target: "i686-unknown-linux-gnu",
cross: true,
rust: stable,
diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml
index 2ea2bd25..2943766d 100644
--- a/.github/workflows/deployment.yml
+++ b/.github/workflows/deployment.yml
@@ -71,12 +71,12 @@ jobs:
triple:
# Standard x86-64 stuff, stable
- {
- os: "ubuntu-18.04",
+ os: "ubuntu-16.04",
target: "x86_64-unknown-linux-gnu",
cross: false,
}
- {
- os: "ubuntu-18.04",
+ os: "ubuntu-16.04",
target: "i686-unknown-linux-gnu",
cross: true,
}