mirror of
https://github.com/containers/podman.git
synced 2025-05-19 08:07:10 +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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
# If the job fails, these details are all but impossible to observe.yy
|
# If the job fails, these details are all but impossible to observe.yy
|
||||||
- name: Provide github event JSON for examination
|
- name: Provide github event JSON for examination
|
||||||
@ -212,7 +212,7 @@ jobs:
|
|||||||
|
|
||||||
notification:
|
notification:
|
||||||
if: needs.build.outputs.uploaded == 'true'
|
if: needs.build.outputs.uploaded == 'true'
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- name: Format release email
|
- name: Format release email
|
||||||
|
2
.github/workflows/update-podmanio.yml
vendored
2
.github/workflows/update-podmanio.yml
vendored
@ -12,7 +12,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
bump:
|
bump:
|
||||||
name: Bump
|
name: Bump
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: Get version
|
- name: Get version
|
||||||
id: getversion
|
id: getversion
|
||||||
|
Reference in New Issue
Block a user