We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d441a5f commit 37c582eCopy full SHA for 37c582e
1 file changed
.github/workflows/newbuild.yml
@@ -150,7 +150,7 @@ jobs:
150
if: needs.prepare.outputs.deps-to-build
151
strategy:
152
matrix:
153
- dep: ${{ fromJSON(needs.prepare.outputs.deps-to-build || "[]") }}
+ dep: ${{ fromJSON(needs.prepare.outputs.deps-to-build || '[]') }}
154
fail-fast: false
155
name: build ${{ matrix.dep.name }} ${{ matrix.dep.repo }} ${{ matrix.dep.ref }} ${{ matrix.dep.arch }} ${{ matrix.dep.options && toJSON(matrix.dep.options) }}
156
runs-on: ${{ matrix.dep.name == 'core' && (matrix.dep.arch == 'arm64' && 'ubuntu-jammy-16-cores-amd64' || 'ubuntu-latest-16-cores') || (matrix.dep.arch == 'arm64' && 'ubuntu-24.04-arm' || 'ubuntu-latest') }}
0 commit comments