Skip to content

Commit a18cdb8

Browse files
committed
upgrade the ubuntu version
1 parent 51d02d5 commit a18cdb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-drafter.yml

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

88
jobs:
99
UpdateReleaseDraft:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- uses: release-drafter/release-drafter@v5
1313
env:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414

1515
jobs:
1616
publish:
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-22.04
1818
if: github.ref != 'refs/heads/master'
1919
steps:
2020
- name: Checkout

0 commit comments

Comments
 (0)