From 1406b428b5c86905bcde2683888adb6058aba62f Mon Sep 17 00:00:00 2001 From: Stefan Schweter Date: Wed, 15 May 2024 18:58:03 +0200 Subject: [PATCH] ci: update image to latest Ubuntu 24.04 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 160951a..94f14e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v3 - name: Install specific version 2.3 of OpenJPEG library @@ -43,7 +43,7 @@ jobs: publish: if: (github.event_name == 'push' && (contains(github.ref, 'main') || startsWith(github.ref, 'release/'))) || github.event_name == 'release' needs: build - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Check out repository uses: actions/checkout@v3 @@ -98,4 +98,4 @@ jobs: env: MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }} - MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }} \ No newline at end of file + MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}