diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 847f7d0952..75c6bd7af9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: fail-fast: false matrix: @@ -23,7 +23,10 @@ jobs: - ubuntu-jammy - ubuntu-noble - ubuntu-oracular + - fedora-41 - fedora-42 + - centos-9 + - centos-10 steps: - name: Checkout