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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

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,

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,
}