mirror of
https://github.com/cmur2/kube-stale-resources.git
synced 2024-11-14 18:56:15 +01:00
ci: update ubuntu to v24.04
This commit is contained in:
parent
9fb71bc9bb
commit
125464719d
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -10,7 +10,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
@ -28,7 +28,7 @@ jobs:
|
|||||||
e2e-with-kind:
|
e2e-with-kind:
|
||||||
name: e2e with kind
|
name: e2e with kind
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
k8s-version:
|
k8s-version:
|
||||||
@ -62,7 +62,7 @@ jobs:
|
|||||||
make e2e-with-kind
|
make e2e-with-kind
|
||||||
|
|
||||||
actionlint:
|
actionlint:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Check workflow files
|
- name: Check workflow files
|
||||||
@ -72,7 +72,7 @@ jobs:
|
|||||||
./actionlint
|
./actionlint
|
||||||
|
|
||||||
codeql:
|
codeql:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user