Skip to content

Commit 1b2eb00

Browse files
committed
[#5141] update os version
1 parent bbb2f90 commit 1b2eb00

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/checkstyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
jobs:
2727
checkstyle:
2828
timeout-minutes: 60
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-24.04
3030
steps:
3131
- uses: actions/checkout@v3
3232
- name: Set up jdk

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
build:
3030

3131
timeout-minutes: 60
32-
runs-on: ubuntu-latest
32+
runs-on: ubuntu-24.04
3333

3434
steps:
3535
- uses: actions/checkout@v3

.github/workflows/rat_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929
jobs:
3030
rat_check:
3131
timeout-minutes: 60
32-
runs-on: ubuntu-latest
32+
runs-on: ubuntu-24.04
3333
steps:
3434
- uses: actions/checkout@v3
3535
- name: Set up jdk

.github/workflows/spotbugs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
jobs:
2727
spotbugs:
2828
timeout-minutes: 60
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-24.04
3030
steps:
3131
- uses: actions/checkout@v3
3232
- name: Set up jdk

.github/workflows/unit-test-jdk11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
jobs:
2828
unit-tests:
2929
timeout-minutes: 60
30-
runs-on: ubuntu-latest
30+
runs-on: ubuntu-24.04
3131
steps:
3232
- uses: actions/checkout@v3
3333
- name: Set up jdk

.github/workflows/unit-test-jdk17.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
jobs:
2828
unit-tests:
2929
timeout-minutes: 60
30-
runs-on: ubuntu-latest
30+
runs-on: ubuntu-24.04
3131
steps:
3232
- uses: actions/checkout@v3
3333
- name: Set up jdk

0 commit comments

Comments
 (0)