Skip to content

Commit 986cc64

Browse files
chore(deps): update dependency ubuntu to v24 (#543)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8c532ef commit 986cc64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
deploy:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-24.04
1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}
1212
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
name: Publish Release
77
jobs:
88
deploy:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-24.04
1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}
1212
steps:

0 commit comments

Comments
 (0)