criu/.github/workflows/archlinux-test.yml
Radostin Stoyanov 21c8f72dd3 ci: update base OS to ubuntu 22.04
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
2024-04-09 18:52:31 -07:00

16 lines
418 B
YAML

name: Arch Linux Test
on: [push, pull_request]
# Cancel any preceding run on the pull request.
concurrency:
group: archlinux-test-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/criu-dev' }}
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Run Arch Linux Test
run: sudo -E make -C scripts/ci archlinux