Skip to content

Commit d797b72

Browse files
chore(actions): update dependency ubuntu to v24
1 parent 89605d7 commit d797b72

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/merge-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
prepare:
1414
name: Calculate Version and Build number
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-24.04
1616

1717
outputs:
1818
build_number: ${{ steps.short_sha.outputs.value }}
@@ -42,7 +42,7 @@ jobs:
4242
if: needs.prepare.outputs.new_release == 'true'
4343

4444
name: Dev and Draft Releases
45-
runs-on: ubuntu-20.04
45+
runs-on: ubuntu-24.04
4646

4747
needs:
4848
- prepare

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
validate:
1717
name: Validate
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-24.04
1919

2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)