Rollup merge of #141768 - marcoieni:calculate-matrix-arm, r=Kobzol

ci: use arm to calculate job matrix
This commit is contained in:
Jubilee 2025-05-30 13:52:27 -07:00 committed by GitHub
commit acde85c7cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@ jobs:
# If you want to modify CI jobs, take a look at src/ci/github-actions/jobs.yml.
calculate_matrix:
name: Calculate job matrix
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
outputs:
jobs: ${{ steps.jobs.outputs.jobs }}
run_type: ${{ steps.jobs.outputs.run_type }}