mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
ci: update base OS to ubuntu 22.04
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
parent
1c2a3d7faa
commit
5aaf450213
11 changed files with 11 additions and 11 deletions
2
.github/workflows/alpine-test.yml
vendored
2
.github/workflows/alpine-test.yml
vendored
|
|
@ -9,7 +9,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
target: [GCC=1, CLANG=1]
|
||||
|
|
|
|||
2
.github/workflows/archlinux-test.yml
vendored
2
.github/workflows/archlinux-test.yml
vendored
|
|
@ -9,7 +9,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run Arch Linux Test
|
||||
|
|
|
|||
2
.github/workflows/compat-test.yml
vendored
2
.github/workflows/compat-test.yml
vendored
|
|
@ -9,7 +9,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
target: [GCC, CLANG]
|
||||
|
|
|
|||
2
.github/workflows/fedora-asan-test.yml
vendored
2
.github/workflows/fedora-asan-test.yml
vendored
|
|
@ -9,7 +9,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
2
.github/workflows/fedora-rawhide-test.yml
vendored
2
.github/workflows/fedora-rawhide-test.yml
vendored
|
|
@ -9,7 +9,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
2
.github/workflows/gcov-test.yml
vendored
2
.github/workflows/gcov-test.yml
vendored
|
|
@ -9,7 +9,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
2
.github/workflows/java-test.yml
vendored
2
.github/workflows/java-test.yml
vendored
|
|
@ -9,7 +9,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run Java Test
|
||||
|
|
|
|||
2
.github/workflows/podman-test.yml
vendored
2
.github/workflows/podman-test.yml
vendored
|
|
@ -9,7 +9,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run Podman Test
|
||||
|
|
|
|||
2
.github/workflows/stream-test.yml
vendored
2
.github/workflows/stream-test.yml
vendored
|
|
@ -9,7 +9,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
2
.github/workflows/x86-64-clang-test.yml
vendored
2
.github/workflows/x86-64-clang-test.yml
vendored
|
|
@ -9,7 +9,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run X86_64 CLANG Test
|
||||
|
|
|
|||
2
.github/workflows/x86-64-gcc-test.yml
vendored
2
.github/workflows/x86-64-gcc-test.yml
vendored
|
|
@ -9,7 +9,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run X86_64 GCC Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue