Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:

linux-arm:
timeout-minutes: 45
runs-on: warp-ubuntu-2404-arm64-4x
runs-on: ubuntu-24.04-arm
name: Python Linux 3.13 ARM
defaults:
run:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
flags: unittests
fail_ci_if_error: false
linux-arm:
runs-on: warp-ubuntu-2404-arm64-4x
runs-on: ubuntu-24.04-arm
timeout-minutes: 75
steps:
- uses: actions/checkout@v4
Expand All @@ -129,7 +129,7 @@ jobs:
ALL_FEATURES=`cargo metadata --format-version=1 --no-deps | jq -r '.packages[] | .features | keys | .[]' | grep -v protoc | sort | uniq | paste -s -d "," -`
cargo test --profile ci --locked --features ${ALL_FEATURES}
build-no-lock:
runs-on: warp-ubuntu-2404-x64-8x
runs-on: ubuntu-24.04
timeout-minutes: 30
env:
# Need up-to-date compilers for kernels
Expand All @@ -150,7 +150,7 @@ jobs:
ALL_FEATURES=`cargo metadata --format-version=1 --no-deps | jq -r '.packages[] | .features | keys | .[]' | grep -v protoc | sort | uniq | paste -s -d "," -`
cargo build --profile ci --benches --features ${ALL_FEATURES} --tests
mac-build:
runs-on: "warp-macos-14-arm64-6x"
runs-on: macos-14
timeout-minutes: 45
strategy:
matrix:
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
run: |
cargo check --profile ci --benches --features fp16kernels,cli,tensorflow,dynamodb,substrait
windows-build:
runs-on: warp-windows-latest-x64-4x
runs-on: windows-latest
defaults:
run:
working-directory: rust
Expand Down