Skip to content

Commit

Permalink
Merge pull request #24086 from containers/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
openshift-merge-bot[bot] authored Sep 30, 2024
2 parents 5cef143 + ece76a2 commit b4b33aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ permissions:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
# If the job fails, these details are all but impossible to observe.yy
- name: Provide github event JSON for examination
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:

notification:
if: needs.build.outputs.uploaded == 'true'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build
steps:
- name: Format release email
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-podmanio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
bump:
name: Bump
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Get version
id: getversion
Expand Down

1 comment on commit b4b33aa

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

podman-next COPR build failed. @containers/packit-build please check.

Please sign in to comment.