Skip to content

Commit 40d1b83

Browse files
committed
Update ubuntu
1 parent 693d1df commit 40d1b83

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/bootzooka-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
verify:
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818

1919
steps:
2020
- name: Check-out repository
@@ -44,7 +44,7 @@ jobs:
4444
deploy:
4545
if: github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/v')
4646
needs: [ verify ]
47-
runs-on: ubuntu-latest
47+
runs-on: ubuntu-24.04
4848

4949
steps:
5050
- name: Check-out repository

.github/workflows/bootzooka-helm-ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
lint-chart:
1717
name: Lint Helm Chart
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-24.04
1919
steps:
2020
- name: Check-out repository
2121
id: repo-checkout
@@ -34,7 +34,7 @@ jobs:
3434
needs:
3535
- lint-chart
3636
name: Install & Test Helm Chart
37-
runs-on: ubuntu-22.04
37+
runs-on: ubuntu-24.04
3838
strategy:
3939
matrix:
4040
k8s:
@@ -67,7 +67,7 @@ jobs:
6767
- lint-chart
6868
- install-test-chart
6969
name: Validate Helm Chart Docs
70-
runs-on: ubuntu-22.04
70+
runs-on: ubuntu-24.04
7171
steps:
7272
- name: Check-out repository
7373
id: repo-checkout
@@ -91,7 +91,7 @@ jobs:
9191
- install-test-chart
9292
- validate-chart-docs
9393
name: Publish Helm Chart
94-
runs-on: ubuntu-22.04
94+
runs-on: ubuntu-24.04
9595
steps:
9696
- name: Check-out repository
9797
id: repo-checkout

.github/workflows/scala-steward.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
scala-steward:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v3

0 commit comments

Comments
 (0)