change to CPU Runners

This commit is contained in:
Guillaume LEGENDRE 2024-07-03 17:08:32 +02:00 committed by GitHub
parent 1b158e3b0d
commit d36ab18006
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ jobs:
group: ${{ github.workflow }}-build-and-push-image-${{ inputs.hardware }}-${{ github.head_ref || github.run_id }} group: ${{ github.workflow }}-build-and-push-image-${{ inputs.hardware }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true cancel-in-progress: true
# TODO see with @Glegendre to get CPU runner here instead # TODO see with @Glegendre to get CPU runner here instead
runs-on: [self-hosted, nvidia-gpu , multi-gpu, 4-a10, ci] runs-on: [self-hosted, intel-cpu, 32-cpu, 256-ram, ci]
permissions: permissions:
contents: write contents: write
packages: write packages: write