File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
8686 server-password : SONATYPE_TOKEN
8787 gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
8888 gpg-passphrase : ${{ secrets.GPG_PASSPHRASE }}
89+ - uses : actions-rust-lang/setup-rust-toolchain@v1
90+ with :
91+ toolchain : " stable"
8992 - name : Install dependencies
9093 run : |
9194 sudo apt -y -qq update
Original file line number Diff line number Diff line change 2525
2626jobs :
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
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 :
You can’t perform that action at this time.
0 commit comments