github: Update ubuntu instances due to deprecation (#476)

Updates ubuntu version in CI due to GA deprecation warnings.
This commit is contained in:
Clement Tsang 2021-05-11 18:04:24 -07:00 committed by GitHub
parent b1b1e94e6b
commit f4c30b10d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -67,13 +67,13 @@ jobs:
triple:
# Standard x86-64 stuff, stable
- {
os: "ubuntu-16.04",
os: "ubuntu-18.04",
target: "x86_64-unknown-linux-gnu",
cross: false,
rust: stable,
}
- {
os: "ubuntu-16.04",
os: "ubuntu-18.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-16.04",
os: "ubuntu-18.04",
target: "x86_64-unknown-linux-gnu",
cross: false,
}
- {
os: "ubuntu-16.04",
os: "ubuntu-18.04",
target: "i686-unknown-linux-gnu",
cross: true,
}

View File

@ -62,12 +62,12 @@ jobs:
triple:
# Standard x86-64 stuff, stable
- {
os: "ubuntu-16.04",
os: "ubuntu-18.04",
target: "x86_64-unknown-linux-gnu",
cross: false,
}
- {
os: "ubuntu-16.04",
os: "ubuntu-18.04",
target: "i686-unknown-linux-gnu",
cross: true,
}