Skip to content

Commit 1bfa21b

Browse files
committed
update Github runner to 22.04
Signed-off-by: Christian Brabandt <[email protected]>
1 parent e4568a3 commit 1bfa21b

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
@@ -60,7 +60,7 @@ jobs:
6060
"updated=$([[ ${appimage_tag} != ${vim_tag} ]] && echo true)"
6161
6262
create-appimage-job:
63-
runs-on: ubuntu-20.04
63+
runs-on: ubuntu-22.04
6464

6565
needs: check-updates-job
6666

0 commit comments

Comments
 (0)