mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-25 15:29:43 -05:00
ci: upgrade Linux environment to Ubuntu 18.04 (#443)
This commit is contained in:
parent
d90742277d
commit
a4eb164639
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -31,11 +31,11 @@ jobs:
|
|||
target: x86_64-apple-darwin
|
||||
variant: release
|
||||
|
||||
- os: ubuntu-16.04
|
||||
- os: ubuntu-18.04
|
||||
target: x86_64-unknown-linux-gnu
|
||||
variant: debug
|
||||
|
||||
- os: ubuntu-16.04
|
||||
- os: ubuntu-18.04
|
||||
target: x86_64-unknown-linux-gnu
|
||||
variant: release
|
||||
|
||||
|
@ -43,11 +43,11 @@ jobs:
|
|||
target: x86_64-pc-windows-msvc
|
||||
variant: release # Note: we do not support windows debug builds.
|
||||
|
||||
- os: ubuntu-16.04
|
||||
- os: ubuntu-18.04
|
||||
target: aarch64-unknown-linux-gnu
|
||||
variant: debug
|
||||
|
||||
- os: ubuntu-16.04
|
||||
- os: ubuntu-18.04
|
||||
target: aarch64-unknown-linux-gnu
|
||||
variant: release
|
||||
|
||||
|
|
Loading…
Reference in a new issue