Skip to content

Commit d125e81

Browse files
authored
fix(ci): use github hosted runners (#40)
1 parent 6ed1395 commit d125e81

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/helm-docs.yaml

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

99
jobs:
1010
helm-docs-check:
11-
runs-on: [default]
11+
runs-on: [ ubuntu-latest ]
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

.github/workflows/helm-lint.yaml

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

99
jobs:
1010
helm-lint-test:
11-
runs-on: [default]
11+
runs-on: [ ubuntu-latest ]
1212
steps:
1313
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1414
with:

.github/workflows/helm-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919

2020
jobs:
2121
helm-release:
22-
runs-on: [ default ]
22+
runs-on: [ ubuntu-latest ]
2323
strategy:
2424
fail-fast: false
2525
matrix:

0 commit comments

Comments
 (0)