Skip to content

Commit 98090de

Browse files
bumps ubuntu version to 22.04 as 20.04 was retired
1 parent 0cc098e commit 98090de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
publish_docker_images:
6363
needs: [update-version]
64-
runs-on: ubuntu-20.04
64+
runs-on: ubuntu-22.04
6565

6666
if: github.ref == 'refs/heads/main' || github.event_name == 'release'
6767
steps:

0 commit comments

Comments
 (0)