mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-09-22 11:55:23 -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:
|
||||
build_job:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-20.10
|
||||
name: Build on ${{ matrix.arch }}
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- arch: armv7
|
||||
distro: ubuntu20.04
|
||||
distro: ubuntu20.10
|
||||
- arch: aarch64
|
||||
distro: ubuntu20.04
|
||||
distro: ubuntu20.10
|
||||
- arch: s390x
|
||||
distro: ubuntu20.04
|
||||
distro: ubuntu20.10
|
||||
- arch: ppc64le
|
||||
distro: ubuntu20.04
|
||||
distro: ubuntu20.10
|
||||
steps:
|
||||
- uses: actions/checkout@v2.1.0
|
||||
- uses: uraimo/run-on-arch-action@v2.0.5
|
||||
@ -42,7 +42,7 @@ jobs:
|
||||
make -j $(nproc)
|
||||
|
||||
Test:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-20.10
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
Loading…
x
Reference in New Issue
Block a user