Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/java-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
retention-days: 1
if-no-files-found: error
linux-x86:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
timeout-minutes: 60
needs: [macos-arm64, linux-arm64]
defaults:
Expand All @@ -86,6 +86,9 @@ jobs:
server-password: SONATYPE_TOKEN
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: "stable"
- name: Install dependencies
run: |
sudo apt -y -qq update
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:

jobs:
rust-clippy-fmt:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
name: Rust Clippy and Fmt Check
steps:
- name: Checkout repository
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
run: cargo clippy --all-targets -- -D warnings

build-and-test-java:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
timeout-minutes: 60
strategy:
matrix:
Expand Down