From 86ba30214287de49963f10896a138fed95438b27 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Thu, 26 Dec 2024 19:41:48 +0200 Subject: [PATCH] chore: move back from ubuntu-24.04 to ubuntu-22.04 in ci.yml (see https://github.com/actions/runner-images/issues/10636) --- .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 a713d72..e04d78d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: cd coreutils && USE_MULTI_BINARY_TO_TEST=coreutils v test . ubuntu-fast-build: - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 steps: - name: Checkout Latest V uses: actions/checkout@v4 @@ -86,7 +86,7 @@ jobs: run: cd coreutils && make test ubuntu-prod-build: - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 steps: - name: Checkout Latest V uses: actions/checkout@v4 @@ -105,7 +105,7 @@ jobs: run: cd coreutils && make test ubuntu-gnu-coreutils: - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 steps: - name: Checkout Latest V uses: actions/checkout@v4