mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +02:00
ci: Use ubuntu-16.04 for linux gnu deploys and CI
This commit is contained in:
parent
ce020a7429
commit
aef386913e
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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,
|
||||
|
4
.github/workflows/deployment.yml
vendored
4
.github/workflows/deployment.yml
vendored
@ -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,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user