From 847159a26e3482fcfed0af6a94cf5d6ca00fef59 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 20 Nov 2024 12:49:04 +0300 Subject: [PATCH] Bump CI image versions --- .github/workflows/ci.yml | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6da18692b..1fc4d93df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,8 +23,7 @@ jobs: release-flag: '--release' name: test - ${{ matrix.configuration }} - runs-on: ubuntu-22.04 - container: ubuntu:23.10 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 @@ -74,8 +73,7 @@ jobs: fail-fast: false name: visual tests - runs-on: ubuntu-22.04 - container: ubuntu:23.10 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 @@ -99,8 +97,7 @@ jobs: fail-fast: false name: 'msrv - 1.77.0' - runs-on: ubuntu-22.04 - container: ubuntu:23.10 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 @@ -123,8 +120,7 @@ jobs: fail-fast: false name: clippy - runs-on: ubuntu-22.04 - container: ubuntu:23.10 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 @@ -146,7 +142,7 @@ jobs: run: cargo clippy --all --all-targets rustfmt: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 @@ -161,8 +157,8 @@ jobs: run: cargo fmt --all -- --check fedora: - runs-on: ubuntu-22.04 - container: fedora:39 + runs-on: ubuntu-24.04 + container: fedora:41 steps: - uses: actions/checkout@v4 @@ -178,7 +174,7 @@ jobs: - run: cargo build --all nix: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 with: @@ -200,7 +196,7 @@ jobs: needs: build permissions: contents: write - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 with: @@ -212,7 +208,7 @@ jobs: needs: build permissions: contents: write - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 with: