Skip to content

Commit 9f095b9

Browse files
chore(actions): update dependency ubuntu to v22
1 parent dcd3452 commit 9f095b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/merge-main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
prepare:
1212
name: Calculate Version and Build Number
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414

1515
outputs:
1616
build_number: ${{ steps.build_number.outputs.value }}
@@ -44,7 +44,7 @@ jobs:
4444
if: needs.prepare.outputs.new_release == 'true'
4545

4646
name: Create Prerelease Tag
47-
runs-on: ubuntu-20.04
47+
runs-on: ubuntu-22.04
4848

4949
needs:
5050
- prepare
@@ -60,7 +60,7 @@ jobs:
6060
if: needs.prepare.outputs.new_release == 'true'
6161

6262
name: Draft Release
63-
runs-on: ubuntu-20.04
63+
runs-on: ubuntu-22.04
6464

6565
needs:
6666
- prepare

0 commit comments

Comments
 (0)