From 0bb97b20c940cb123e61ac04ce8b3cb990cc96b1 Mon Sep 17 00:00:00 2001 From: Bouncner Date: Tue, 21 May 2024 16:10:55 +0200 Subject: [PATCH] Ubuntu 23.10 is not supported, using 24.04 --- .github/workflows/haupt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haupt.yml b/.github/workflows/haupt.yml index 34145f1..e5a05b1 100644 --- a/.github/workflows/haupt.yml +++ b/.github/workflows/haupt.yml @@ -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 }} @@ -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 }}