From 9b44131d4bd7581f495232a9c8ef2b3c8b447f65 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 01:03:44 +0000 Subject: [PATCH] Update dependency ubuntu to v26 Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: