chore(ci): ubuntu version pinning to 20.04

This commit is contained in:
Dario Tranchitella
2023-03-28 12:57:17 +02:00
parent a94123db89
commit 954b4da3f4
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
@@ -69,7 +69,7 @@ jobs:
# if: steps.list-changed.outputs.changed == 'true'
release:
if: startsWith(github.ref, 'refs/tags/helm-v')
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Publish Helm chart