Skip to content

Commit

Permalink
Merge pull request #10994 from jhipster/renovate/ubuntu-24.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency ubuntu to v24
  • Loading branch information
murdos authored Sep 27, 2024
2 parents ea1e661 + 8a65921 commit 2b6243a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-jvm-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build_jvm_docker_image:
name: Build and publish the JVM-based Docker image
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
DOCKER_IMAGE_NAME: '${{ github.repository_owner }}/jhipster-lite'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-native-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build_native_docker_image:
name: Build and publish the native (GraalVM) Docker image
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
DOCKER_IMAGE_NAME: '${{ github.repository_owner }}/jhipster-lite-native'

Expand Down

0 comments on commit 2b6243a

Please sign in to comment.