mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 20:15:27 +00:00
CI: bump VM's Ubuntu version to 20 (#81)
This commit is contained in:
parent
14961bed65
commit
a96eb53625
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -45,6 +45,7 @@ jobs:
|
|||||||
|
|
||||||
armv7-glibc:
|
armv7-glibc:
|
||||||
name: Ubuntu 18.04 (for ARMv7 - glibc)
|
name: Ubuntu 18.04 (for ARMv7 - glibc)
|
||||||
|
continue-on-error: true
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -128,8 +129,8 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
x86_64_glibc:
|
x86_64_glibc:
|
||||||
name: Ubuntu 18.04 (glibc)
|
name: Ubuntu 20.04 (glibc)
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
rust:
|
rust:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user