Skip to content

Commit

Permalink
ci: update image to latest Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-it committed May 15, 2024
1 parent ee32d51 commit 1406b42
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 1406b42

Please sign in to comment.