Skip to content

Commit a9c0af3

Browse files
committed
chore: lower jvm glibc to 20.04
1 parent aa08d74 commit a9c0af3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/java-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
retention-days: 1
6666
if-no-files-found: error
6767
linux-x86:
68-
runs-on: ubuntu-24.04
68+
runs-on: ubuntu-22.04
6969
timeout-minutes: 60
7070
needs: [macos-arm64, linux-arm64]
7171
defaults:

.github/workflows/java.yml

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

2626
jobs:
2727
rust-clippy-fmt:
28-
runs-on: ubuntu-24.04
28+
runs-on: ubuntu-22.04
2929
name: Rust Clippy and Fmt Check
3030
steps:
3131
- name: Checkout repository
@@ -54,7 +54,7 @@ jobs:
5454
run: cargo clippy --all-targets -- -D warnings
5555

5656
build-and-test-java:
57-
runs-on: ubuntu-24.04
57+
runs-on: ubuntu-22.04
5858
timeout-minutes: 60
5959
strategy:
6060
matrix:

0 commit comments

Comments
 (0)