mirror of
https://github.com/containers/podman.git
synced 2025-05-17 15:18:43 +08:00
chore(deps): update dependency ubuntu to v24
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/release-artifacts.yml
vendored
4
.github/workflows/release-artifacts.yml
vendored
@ -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
|
||||
@ -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
|
||||
|
2
.github/workflows/update-podmanio.yml
vendored
2
.github/workflows/update-podmanio.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user