needs: build-context
if: fromJSON(needs.build-context.outputs.run-windows-msi)
strategy:
+ fail-fast: false
matrix:
arch:
- x86
needs: build-context
if: needs.build-context.outputs.run-tests == 'true'
strategy:
+ fail-fast: false
matrix:
bolt:
- false
needs: build-context
if: needs.build-context.outputs.run-tests == 'true'
strategy:
+ fail-fast: false
matrix:
os: [ubuntu-24.04]
env:
needs: build-context
if: needs.build-context.outputs.run-tests == 'true'
strategy:
+ fail-fast: false
matrix:
free-threading:
- false