ci: use arm to calculate job matrix

This commit is contained in:
MarcoIeni 2025-05-30 15:11:30 +02:00
parent e6152cdf5b
commit 5b68db11fc
No known key found for this signature in database

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 }}