Skip to content

Commit 491a14a

Browse files
Update dependency ubuntu to v24
1 parent bc4b606 commit 491a14a

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

.github/workflows/maven-library-build.yml

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

2727
jobs:
2828
build:
29-
runs-on: ubuntu-22.04
29+
runs-on: ubuntu-24.04
3030
steps:
3131
- name: Checkout Repo
3232
uses: actions/checkout@v4
@@ -46,7 +46,7 @@ jobs:
4646
clean compile ${{ inputs.mvn-args }}
4747
4848
test-coverage:
49-
runs-on: ubuntu-22.04
49+
runs-on: ubuntu-24.04
5050
steps:
5151
- name: Checkout Repo
5252
uses: actions/checkout@v4

.github/workflows/maven-library-deploy.yml

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

3333
jobs:
3434
deploy:
35-
runs-on: ubuntu-22.04
35+
runs-on: ubuntu-24.04
3636
steps:
3737
- name: Checkout Repo
3838
uses: actions/checkout@v4
@@ -59,7 +59,7 @@ jobs:
5959
SLACK_FOOTER: ""
6060

6161
test-coverage:
62-
runs-on: ubuntu-22.04
62+
runs-on: ubuntu-24.04
6363
steps:
6464
- name: Checkout Repo
6565
uses: actions/checkout@v4

.github/workflows/maven-service-build.yml

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

2626
jobs:
2727
build:
28-
runs-on: ubuntu-22.04
28+
runs-on: ubuntu-24.04
2929
steps:
3030
- name: Checkout Repo
3131
uses: actions/checkout@v4
@@ -38,7 +38,7 @@ jobs:
3838
mvn-args: ${{ inputs.mvn-args }}
3939

4040
test-coverage:
41-
runs-on: ubuntu-22.04
41+
runs-on: ubuntu-24.04
4242
if: ${{ !inputs.ignore-coverage }}
4343
steps:
4444
- name: Checkout Repo

.github/workflows/maven-service-deploy.yml

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

3232
jobs:
3333
build-and-deploy:
34-
runs-on: ubuntu-22.04
34+
runs-on: ubuntu-24.04
3535
steps:
3636
- name: Checkout Repo
3737
uses: actions/checkout@v4
@@ -63,7 +63,7 @@ jobs:
6363

6464
test-coverage:
6565
if: ${{ !inputs.ignore-coverage }}
66-
runs-on: ubuntu-22.04
66+
runs-on: ubuntu-24.04
6767
steps:
6868
- name: Checkout Repo
6969
uses: actions/checkout@v4

.github/workflows/maven-swag-build.yml

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

2222
jobs:
2323
bundle:
24-
runs-on: ubuntu-22.04
24+
runs-on: ubuntu-24.04
2525
steps:
2626
- name: Checkout repository
2727
uses: actions/checkout@v4

.github/workflows/maven-swag-deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ on:
3939

4040
jobs:
4141
build:
42-
runs-on: ubuntu-22.04
42+
runs-on: ubuntu-24.04
4343
steps:
4444
- name: Checkout Repo
4545
uses: actions/checkout@v4
@@ -70,7 +70,7 @@ jobs:
7070
retention-days: 7
7171

7272
deploy-server:
73-
runs-on: ubuntu-22.04
73+
runs-on: ubuntu-24.04
7474
needs: [build]
7575
steps:
7676
- name: Checkout Repo
@@ -100,7 +100,7 @@ jobs:
100100
maven-args: '-Dcommit.number=${{ env.COMMIT_NUMBER }} -Drevision=${{ env.REVISION }}-server" -P="server"'
101101

102102
deploy-client:
103-
runs-on: ubuntu-22.04
103+
runs-on: ubuntu-24.04
104104
needs: [build]
105105
steps:
106106
- name: Checkout Repo
@@ -130,7 +130,7 @@ jobs:
130130
maven-args: '-Dcommit.number=${{ env.COMMIT_NUMBER }} -Drevision=${{ env.REVISION }}-client" -P="client"'
131131

132132
success-notify:
133-
runs-on: ubuntu-22.04
133+
runs-on: ubuntu-24.04
134134
needs: [deploy-server, deploy-client]
135135
if: success()
136136
steps:
@@ -144,7 +144,7 @@ jobs:
144144
SLACK_FOOTER: ""
145145

146146
fail-notify:
147-
runs-on: ubuntu-22.04
147+
runs-on: ubuntu-24.04
148148
needs: [deploy-server, deploy-client]
149149
if: failure()
150150
steps:

.github/workflows/maven-thrift-build.yml

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

1717
jobs:
1818
build:
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020
steps:
2121
- name: Install thrift
2222
uses: valitydev/action-setup-thrift@v1.0.3

.github/workflows/maven-thrift-deploy.yml

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

2828
jobs:
2929
deploy:
30-
runs-on: ubuntu-22.04
30+
runs-on: ubuntu-24.04
3131
steps:
3232
- name: Install thrift
3333
uses: valitydev/action-setup-thrift@v1.0.3
@@ -53,7 +53,7 @@ jobs:
5353
maven-args: '-Dcommit.number=${{ env.COMMIT_NUMBER }} -Drevision=${{ env.REVISION }}'
5454

5555
notify:
56-
runs-on: ubuntu-22.04
56+
runs-on: ubuntu-24.04
5757
needs: [deploy]
5858
steps:
5959
- name: Mattermost Notification

0 commit comments

Comments
 (0)