mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-03 18:05:58 -04:00
github: update ubuntu version
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
af77bb6584
commit
cf8269b5f6
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -5,7 +5,7 @@ on:
|
||||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
14
.github/workflows/test.yaml
vendored
14
.github/workflows/test.yaml
vendored
@ -4,20 +4,20 @@ on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build_job:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
name: Build on ${{ matrix.arch }}
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- arch: armv7
|
||||
distro: ubuntu22.04
|
||||
distro: ubuntu_latest
|
||||
- arch: aarch64
|
||||
distro: ubuntu22.04
|
||||
distro: ubuntu_latest
|
||||
- arch: s390x
|
||||
distro: ubuntu22.04
|
||||
distro: ubuntu_latest
|
||||
- arch: ppc64le
|
||||
distro: ubuntu22.04
|
||||
distro: ubuntu_latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2.1.0
|
||||
- uses: uraimo/run-on-arch-action@v2.7.2
|
||||
@ -49,7 +49,7 @@ jobs:
|
||||
fuse-overlayfs
|
||||
|
||||
Test:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@ -90,7 +90,7 @@ jobs:
|
||||
- name: Archive build artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: fuse-overlayfs-x86_64-ubuntu22.04
|
||||
name: fuse-overlayfs-x86_64-ubuntu-latest
|
||||
path: |
|
||||
fuse-overlayfs
|
||||
if: ${{ matrix.test == 'ovl-whiteouts' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user