Skip to content

Commit 75420c1

Browse files
committed
[build] update Ubuntu version to 24.04 in CI workflows
1 parent c093549 commit 75420c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
strategy:
1111
matrix:
12-
os: [ ubuntu-22.04, windows-latest, macos-latest ]
12+
os: [ ubuntu-24.04, windows-latest, macos-latest ]
1313
java: [ '11', '17', '21' ]
1414

1515
runs-on: ${{ matrix.os }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
strategy:
1414
matrix:
15-
os: [ ubuntu-22.04, windows-latest, macos-latest ]
15+
os: [ ubuntu-24.04, windows-latest, macos-latest ]
1616
java: [ '11', '17', '21' ]
1717

1818
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)