File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ defaults:
2121jobs :
2222 test :
2323 name : Run tests
24- runs-on : ubuntu-22 .04
24+ runs-on : ubuntu-24 .04
2525
2626 steps :
2727 - name : Checkout repository
7171
7272 build-docker :
7373 name : Build Docker image
74- runs-on : ubuntu-22 .04
74+ runs-on : ubuntu-24 .04
7575 needs : test
7676 permissions :
7777 contents : read
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ defaults:
2525
2626jobs :
2727 build :
28- runs-on : ubuntu-22 .04
28+ runs-on : ubuntu-24 .04
2929 env :
3030 HUGO_VERSION : 0.111.2
3131
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ defaults:
2020jobs :
2121 publish-docker :
2222 name : Publish Docker image
23- runs-on : ubuntu-22 .04
23+ runs-on : ubuntu-24 .04
2424 permissions :
2525 contents : read
2626 packages : write
7070
7171 publish-crds :
7272 name : Publish CRD image
73- runs-on : ubuntu-22 .04
73+ runs-on : ubuntu-24 .04
7474 permissions :
7575 contents : read
7676 packages : write
@@ -103,7 +103,7 @@ jobs:
103103
104104 update-chart :
105105 name : Update Helm chart
106- runs-on : ubuntu-22 .04
106+ runs-on : ubuntu-24 .04
107107 needs : [publish-docker,publish-crds]
108108
109109 steps :
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ defaults:
3535jobs :
3636 release :
3737 name : Trigger release
38- runs-on : ubuntu-22 .04
38+ runs-on : ubuntu-24 .04
3939 permissions :
4040 contents : write
4141
You can’t perform that action at this time.
0 commit comments