Skip to content

Commit 63f5c33

Browse files
authored
fix(ci): use github hosted runners (#6)
1 parent d9ca922 commit 63f5c33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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)