AdamGS commented on issue #25148:
URL: https://github.com/apache/datafusion/issues/25148#issuecomment-5634077765

   Look at a run like 
[this](https://github.com/apache/datafusion/actions/runs/34589721242/job/103231978546?pr=25122)
 one, this is the `linux-build-lib` job, which is configured to run on:
   ```
   runs-on: ${{ vars.USE_RUNS_ON == 'true' && 
format('runs-on={0},family=m8a+m7a+c8a,cpu=8,image=ubuntu24-full-x64,extras=s3-cache,disk=large,tag=datafusion',
 github.run_id) || 'ubuntu-latest' }}
   ```
   Because I open it from a fork, it falls back to a GH runner on the Apache 
org.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to