Remove Ubuntu 20.04 from the deployment matrix in kustomize.yaml for streamlined compatibility

This commit is contained in:
cedricve
2025-11-26 21:47:00 +01:00
parent ff78886fa5
commit f87467b4fa

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
os: [ubuntu-22.04, ubuntu-24.04]
#kind: [v0.21.0, v0.22.0, v0.23.0, v0.24.0, v0.25.0]
kind: [v0.25.0]
steps: