This is an automated email from the ASF dual-hosted git repository.

blaginin pushed a commit to branch runs-on
in repository https://gitbox.apache.org/repos/asf/datafusion-sandbox.git

commit c35772ac5da2a0163acaf729680075b80b7ad482
Author: blaginin <[email protected]>
AuthorDate: Tue Jan 13 19:11:12 2026 +0000

    try runs-on
---
 .github/workflows/rust.yml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index ffe9a5d02..6b610f52c 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -102,8 +102,14 @@ jobs:
   linux-build-lib:
     name: linux build test
     needs: check-files
-    if: needs.check-files.outputs.should_skip != 'true'
-    runs-on: ubuntu-latest
+    # if: needs.check-files.outputs.should_skip != 'true'
+    runs-on:
+      - runs-on=${{ github.run_id }}
+      - family=m7a
+      - cpu=16
+      - image=ubuntu24-full-x64
+      - extras=s3-cache
+      - disk=large
     container:
       image: amd64/rust
     steps:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to