Skip to content

Commit

Permalink
Adapt runners to Ubuntu-24.04 check if du fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeigerJ2 committed Jan 13, 2025
1 parent e3281e7 commit fcd9f73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

tests:

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
timeout-minutes: 45

strategy:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:

tests-presto:

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
timeout-minutes: 20

steps:
Expand All @@ -118,7 +118,7 @@ jobs:

verdi:

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
timeout-minutes: 10

steps:
Expand Down

0 comments on commit fcd9f73

Please sign in to comment.