We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecafe01 commit d1c3d2eCopy full SHA for d1c3d2e
.github/workflows/ci.yaml
@@ -56,7 +56,7 @@ jobs:
56
build-image:
57
name: Build docker image (and publish on master)
58
needs: [ app-lint-and-test ]
59
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
60
steps:
61
- name: checkout
62
uses: actions/checkout@v3
0 commit comments