From 05d5a9b6b7f23833be211ca5c461a2e47b7e81ff Mon Sep 17 00:00:00 2001 From: Stefan Schweter Date: Mon, 27 May 2024 10:24:50 +0200 Subject: [PATCH] ci: bump build and release image to latest 24.04 Ubuntu version --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e88ca299..719ef568 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: java: [17] @@ -35,7 +35,7 @@ jobs: - 6379:6379 publish: if: (github.event_name == 'push' && contains(github.ref, 'main')) || github.event_name == 'release' - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 needs: build steps: - uses: actions/checkout@v3