diff --git a/.github/workflows/integrationtests.yml b/.github/workflows/integrationtests.yml index 77229c724..8dd1c14a4 100644 --- a/.github/workflows/integrationtests.yml +++ b/.github/workflows/integrationtests.yml @@ -13,7 +13,7 @@ jobs: # Build Build: name: Build - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Get the sources uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4