Skip to content

Commit 11d0cd0

Browse files
authored
Bump ubuntu version for deploy
1 parent 13879a0 commit 11d0cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: make image
3131
deploy:
3232
needs: [ "build" ]
33-
runs-on: ubuntu-20.04
33+
runs-on: ubuntu-22.04
3434
if: github.event_name == 'release' && github.event.action == 'created'
3535
steps:
3636
- name: Login to Docker Hub

0 commit comments

Comments
 (0)