From c16f4dd2e1db01c721942a6d378dcd4ba460aa04 Mon Sep 17 00:00:00 2001 From: "Philip H." <47042125+pheiduck@users.noreply.github.com> Date: Thu, 19 Dec 2024 18:21:40 +0100 Subject: [PATCH] ci.yml: use ubuntu-22.04 as ubuntu-24.04 produce errors on test_cases --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42a7c9d..1c3254c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ env: jobs: test: name: Build and run tests (rust ${{ matrix.rust }}) - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: matrix: rust: @@ -52,7 +52,7 @@ jobs: rustfmt: name: rustfmt - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout repository uses: actions/checkout@v4 @@ -69,7 +69,7 @@ jobs: clippy: name: clippy - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout repository uses: actions/checkout@v4