ci: Use ubuntu-16.04 for linux gnu deploys and CI

This commit is contained in:
Clement Tsang
2020-12-10 04:00:06 -05:00
committed by GitHub
parent ce020a7429
commit aef386913e
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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,
+2 -2
View File
@@ -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,
}