Skip to content

Commit

Permalink
Merge pull request #289 from dbmdz/update-ci-image
Browse files Browse the repository at this point in the history
CI: Update Ubuntu Image
  • Loading branch information
stefan-it authored May 16, 2024
2 parents ee32d51 + 1406b42 commit a72c7bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -98,4 +98,4 @@ jobs:
env:
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}

0 comments on commit a72c7bf

Please sign in to comment.