diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 11b2cc0..71ba697 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,13 +11,12 @@ on: jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest continue-on-error: ${{ ! matrix.stable }} strategy: matrix: os: - fedora:latest - - centos:7 - quay.io/centos/centos:stream8 - quay.io/centos/centos:stream9 - debian:testing @@ -33,8 +32,10 @@ jobs: stable: false - os: ubuntu:devel stable: false + - os: centos:7 + stable: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Show OS information run: cat /etc/os-release 2>/dev/null || \