diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7a3f2c..586dfaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ permissions: jobs: fmt: name: Format check - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - uses: actions/checkout@v7 - uses: dtolnay/rust-toolchain@stable @@ -30,7 +30,7 @@ jobs: build: name: Build + clippy + unit tests - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 container: image: quay.io/fedora/fedora:latest steps: @@ -60,7 +60,7 @@ jobs: integration-rootful: name: Integration tests (rootful) needs: build - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 container: image: quay.io/fedora/fedora:latest options: "--privileged --tmpfs /var/tmp:rw,exec" @@ -80,7 +80,7 @@ jobs: name: Required Checks if: always() needs: [fmt, build, integration-rootful] - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - name: Check all jobs env: