File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1919 matrix :
2020 # Keep this list up-to-date with https://endoflife.date/kubernetes
2121 # Build images with https://github.com/fluxcd/flux-benchmark/actions/workflows/build-kind.yaml
22- KUBERNETES_VERSION : [1.32.1 , 1.33.0 , 1.34.1 ]
22+ KUBERNETES_VERSION : [1.33.0 , 1.34.1 , 1.35.0 ]
2323 fail-fast : false
2424 steps :
2525 - name : Checkout
Original file line number Diff line number Diff line change 1313 hashes : ${{ steps.slsa.outputs.hashes }}
1414 image_url : ${{ steps.slsa.outputs.image_url }}
1515 image_digest : ${{ steps.slsa.outputs.image_digest }}
16- runs-on : ubuntu-latest
16+ runs-on :
17+ group : " Default Larger Runners"
18+ labels : ubuntu-latest-16-cores
1719 permissions :
1820 contents : write # needed to write releases
1921 id-token : write # needed for keyless signing
You can’t perform that action at this time.
0 commit comments