mirror of https://github.com/containers/podman.git
chore(deps): update dependency ubuntu to v24
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e1496c992a
commit
ece76a2537
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue