Skip to content

Commit

Permalink
ci: java publish job to use gh action runners (#2918)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyxu authored Sep 20, 2024
1 parent 282548b commit e5ac775
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/java-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
if-no-files-found: error
linux-arm64:
name: Build on Linux Arm64
runs-on: warp-ubuntu-2204-arm64-8x
timeout-minutes: 30
runs-on: ubuntu-2404-8x-arm64
timeout-minutes: 60
defaults:
run:
working-directory: ./java
Expand All @@ -45,7 +45,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: "1.79.0"
toolchain: "stable"
cache-workspaces: "src/rust"
# Disable full debug symbol generation to speed up CI build and keep memory down
# "1" means line tables only, which is useful for panic tracebacks.
Expand All @@ -65,8 +65,8 @@ jobs:
retention-days: 1
if-no-files-found: error
linux-x86:
runs-on: warp-ubuntu-2204-x64-8x
timeout-minutes: 30
runs-on: ubuntu-24.04
timeout-minutes: 45
needs: [macos-arm64, linux-arm64]
defaults:
run:
Expand Down

0 comments on commit e5ac775

Please sign in to comment.