Skip to content

Commit a649ffb

Browse files
chore(actions): update dependency ubuntu to v24
1 parent 68ce779 commit a649ffb

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defaults:
2121
jobs:
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
@@ -71,7 +71,7 @@ jobs:
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

.github/workflows/publish-website.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ defaults:
2525

2626
jobs:
2727
build:
28-
runs-on: ubuntu-22.04
28+
runs-on: ubuntu-24.04
2929
env:
3030
HUGO_VERSION: 0.111.2
3131

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defaults:
2020
jobs:
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
@@ -70,7 +70,7 @@ jobs:
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:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ defaults:
3535
jobs:
3636
release:
3737
name: Trigger release
38-
runs-on: ubuntu-22.04
38+
runs-on: ubuntu-24.04
3939
permissions:
4040
contents: write
4141

0 commit comments

Comments
 (0)