mirror of
https://github.com/cmur2/kube-stale-resources.git
synced 2024-11-14 08:56:16 +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:
|
||||
build:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python
|
||||
@ -28,7 +28,7 @@ jobs:
|
||||
e2e-with-kind:
|
||||
name: e2e with kind
|
||||
needs: build
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
strategy:
|
||||
matrix:
|
||||
k8s-version:
|
||||
@ -62,7 +62,7 @@ jobs:
|
||||
make e2e-with-kind
|
||||
|
||||
actionlint:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Check workflow files
|
||||
@ -72,7 +72,7 @@ jobs:
|
||||
./actionlint
|
||||
|
||||
codeql:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user