Skip to content

Commit a1b8f83

Browse files
committed
chore(ci): running on latest ubuntu
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
1 parent 91e9d1a commit a1b8f83

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
1414
with:

.github/workflows/helm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
lint:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
1515
with:
@@ -34,7 +34,7 @@ jobs:
3434
echo -e '\033[0;32mDocumentation up to date\033[0m ✔'
3535
release:
3636
if: startsWith(github.ref, 'refs/tags/helm-v')
37-
runs-on: ubuntu-20.04
37+
runs-on: ubuntu-latest
3838
steps:
3939
- uses: actions/checkout@v2
4040
- name: Publish Helm chart

0 commit comments

Comments
 (0)