mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-09-23 04:13:19 -04:00
.github: update to ubuntu 20.10
Signed-off-by: Giuseppe Scrivano <giuseppe@scrivano.org>
This commit is contained in:
parent
c45d315d19
commit
8b3b867173
12
.github/workflows/test.yaml
vendored
12
.github/workflows/test.yaml
vendored
@ -4,20 +4,20 @@ on: [push, pull_request]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_job:
|
build_job:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.10
|
||||||
name: Build on ${{ matrix.arch }}
|
name: Build on ${{ matrix.arch }}
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- arch: armv7
|
- arch: armv7
|
||||||
distro: ubuntu20.04
|
distro: ubuntu20.10
|
||||||
- arch: aarch64
|
- arch: aarch64
|
||||||
distro: ubuntu20.04
|
distro: ubuntu20.10
|
||||||
- arch: s390x
|
- arch: s390x
|
||||||
distro: ubuntu20.04
|
distro: ubuntu20.10
|
||||||
- arch: ppc64le
|
- arch: ppc64le
|
||||||
distro: ubuntu20.04
|
distro: ubuntu20.10
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.1.0
|
- uses: actions/checkout@v2.1.0
|
||||||
- uses: uraimo/run-on-arch-action@v2.0.5
|
- uses: uraimo/run-on-arch-action@v2.0.5
|
||||||
@ -42,7 +42,7 @@ jobs:
|
|||||||
make -j $(nproc)
|
make -j $(nproc)
|
||||||
|
|
||||||
Test:
|
Test:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.10
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user