Skip to content

Commit

Permalink
Ubuntu 23.10 is not supported, using 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouncner authored May 21, 2024
1 parent 836045e commit 0bb97b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haupt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
jobs:
hyrise_full_pipeline:
name: Hyrise - Full calibration and evaluation pipeline
runs-on: ubuntu-23.10
runs-on: ubuntu-24.04

outputs:
core_count: ${{ steps.core_client_counts.outputs.core_count }}
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
database_comparison:
name: Database Comparison
runs-on: ubuntu-23.10
runs-on: ubuntu-24.04

outputs:
core_count: ${{ steps.core_client_counts.outputs.core_count }}
Expand Down

0 comments on commit 0bb97b2

Please sign in to comment.