Skip to content

Commit c388b46

Browse files
Update dependency ubuntu to v24 (#302)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c5b690e commit c388b46

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
default: ""
1717
jobs:
1818
run:
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020
steps:
2121
# A GitHub App token is used so the commit and tag are attributed to the
2222
# app's bot and can be pushed to a protected main. Only RELEASE pushes;

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# DRY_RUN - pull_request: exercise the full graph, no upload.
2929
# SNAPSHOT - push to main: publish a snapshot.
3030
determine:
31-
runs-on: ubuntu-22.04
31+
runs-on: ubuntu-24.04
3232
permissions:
3333
contents: read
3434
outputs:

0 commit comments

Comments
 (0)