Skip to content

Commit b560416

Browse files
authored
Merge pull request #412 from crazy-max/ci-bump-ubuntu
ci: bump to ubuntu-latest
2 parents b5ca514 + 516bb78 commit b560416

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ jobs:
516516
cleanup: ${{ matrix.cleanup }}
517517

518518
k3s:
519-
runs-on: ubuntu-20.04
519+
runs-on: ubuntu-latest
520520
strategy:
521521
fail-fast: false
522522
matrix:
@@ -529,9 +529,7 @@ jobs:
529529
uses: actions/checkout@v4
530530
-
531531
name: Install k3s
532-
uses: crazy-max/.github/.github/actions/install-k3s@605d30d5ae97f6680578ace4b56645af79343e60
533-
with:
534-
version: "v1.21.2-k3s1"
532+
uses: crazy-max/.github/.github/actions/install-k3s@f5cb4a109b7a3b466a2ac293ef4bb13f1571acd7
535533
-
536534
name: Set up Docker Buildx
537535
id: buildx

0 commit comments

Comments
 (0)