From fcd9f73143357e8fd64a0a115e3bfed61df2ac0f Mon Sep 17 00:00:00 2001 From: Julian Geiger Date: Mon, 13 Jan 2025 16:52:13 +0100 Subject: [PATCH] Adapt runners to Ubuntu-24.04 check if `du` fixed. --- .github/workflows/ci-code.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-code.yml b/.github/workflows/ci-code.yml index 7ff4a9d864..2281c39f91 100644 --- a/.github/workflows/ci-code.yml +++ b/.github/workflows/ci-code.yml @@ -20,7 +20,7 @@ jobs: tests: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 timeout-minutes: 45 strategy: @@ -93,7 +93,7 @@ jobs: tests-presto: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 timeout-minutes: 20 steps: @@ -118,7 +118,7 @@ jobs: verdi: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 timeout-minutes: 10 steps: