diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 82ab9d58ab..6bdc66385c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -48,7 +48,7 @@ jobs: | jq -nRc '{"only": inputs, "os": "macos-latest"}' \ && cibuildwheel --print-build-identifiers --platform windows \ | jq -nRc '{"only": inputs, "os": "windows-latest"}' - } | jq -sc | jq '. + [{"only": "qiskit-aer-gpu-cu11", "os": "ubunut-latest"}, {"only": "qiskit-aer-gpu-cu12", "os": "ubunut-latest"}]' + } | jq '. + [{"only": "qiskit-aer-gpu-cu11", "os": "ubuntu-latest"}, {"only": "qiskit-aer-gpu-cu12", "os": "ubuntu-latest"}]' | jq -sc ) echo "MATRIX IS $MATRIX" echo "include=$MATRIX" >> $GITHUB_OUTPUT