Skip to content

Commit e23695d

Browse files
authored
Merge pull request #3042 from crazy-max/ci-bump-ubuntu
ci: bump to ubuntu-24.04
2 parents 9a204c4 + 6eff9b2 commit e23695d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ env:
2929
SETUP_BUILDX_VERSION: "edge"
3030
SETUP_BUILDKIT_IMAGE: "moby/buildkit:latest"
3131
DESTDIR: "./bin"
32-
K3S_VERSION: "v1.21.2-k3s1"
32+
K3S_VERSION: "v1.32.2+k3s1"
3333

3434
jobs:
3535
build:
@@ -65,7 +65,7 @@ jobs:
6565
retention-days: 7
6666

6767
driver:
68-
runs-on: ubuntu-20.04
68+
runs-on: ubuntu-24.04
6969
needs:
7070
- build
7171
strategy:
@@ -153,7 +153,7 @@ jobs:
153153
-
154154
name: Install k3s
155155
if: matrix.driver == 'kubernetes'
156-
uses: crazy-max/.github/.github/actions/install-k3s@fa6141aedf23596fb8bdcceab9cce8dadaa31bd9
156+
uses: crazy-max/.github/.github/actions/install-k3s@7730d1434364d4b9aded32735b078a7ace5ea79a
157157
with:
158158
version: ${{ env.K3S_VERSION }}
159159
-

0 commit comments

Comments
 (0)