Skip to content

Commit 8bb5142

Browse files
committed
Use ubuntu 22.04 for releases
1 parent 06dcf11 commit 8bb5142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

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

2020
jobs:
2121
update-version:
22-
runs-on: ubuntu-20.04 # latest
22+
runs-on: ubuntu-22.04
2323
permissions:
2424
contents: write # allow push
2525
pull-requests: write # allow making PR

0 commit comments

Comments
 (0)