Skip to content

Commit 05263ed

Browse files
authored
ci: use warp runner for ci workflows that were pending (#5278)
Second step of #5277
1 parent cf81a1e commit 05263ed

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155

156156
linux-arm:
157157
timeout-minutes: 45
158-
runs-on: ubuntu-24.04-arm
158+
runs-on: warp-ubuntu-2404-arm64-4x
159159
name: Python Linux 3.13 ARM
160160
defaults:
161161
run:

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
flags: unittests
105105
fail_ci_if_error: false
106106
linux-arm:
107-
runs-on: ubuntu-24.04-arm
107+
runs-on: warp-ubuntu-2404-arm64-4x
108108
timeout-minutes: 75
109109
steps:
110110
- uses: actions/checkout@v4
@@ -129,7 +129,7 @@ jobs:
129129
ALL_FEATURES=`cargo metadata --format-version=1 --no-deps | jq -r '.packages[] | .features | keys | .[]' | grep -v protoc | sort | uniq | paste -s -d "," -`
130130
cargo test --profile ci --locked --features ${ALL_FEATURES}
131131
build-no-lock:
132-
runs-on: ubuntu-24.04
132+
runs-on: warp-ubuntu-2404-x64-8x
133133
timeout-minutes: 30
134134
env:
135135
# Need up-to-date compilers for kernels
@@ -150,7 +150,7 @@ jobs:
150150
ALL_FEATURES=`cargo metadata --format-version=1 --no-deps | jq -r '.packages[] | .features | keys | .[]' | grep -v protoc | sort | uniq | paste -s -d "," -`
151151
cargo build --profile ci --benches --features ${ALL_FEATURES} --tests
152152
mac-build:
153-
runs-on: macos-14
153+
runs-on: warp-macos-14-arm64-6x
154154
timeout-minutes: 45
155155
strategy:
156156
matrix:
@@ -182,7 +182,7 @@ jobs:
182182
run: |
183183
cargo check --profile ci --benches --features fp16kernels,cli,dynamodb,substrait
184184
windows-build:
185-
runs-on: windows-latest
185+
runs-on: warp-windows-latest-x64-4x
186186
defaults:
187187
run:
188188
working-directory: rust

0 commit comments

Comments
 (0)