There was an error while loading. Please reload this page.
1 parent c3dda48 commit dfd84b7Copy full SHA for dfd84b7
1 file changed
.github/workflows/build.yml
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
changes:
14
- runs-on: ubuntu-latest
+ runs-on: blacksmith-4vcpu-ubuntu-2404
15
outputs:
16
matrix: ${{ steps.set.outputs.matrix }}
17
any: ${{ steps.set.outputs.any }}
@@ -116,7 +116,7 @@ jobs:
116
build:
117
needs: changes
118
if: ${{ needs.changes.outputs.any == 'true' }}
119
120
strategy:
121
fail-fast: false
122
matrix: ${{ fromJSON(needs.changes.outputs.matrix) }}
@@ -200,7 +200,7 @@ jobs:
200
audit:
201
202
203
204
205
206
0 commit comments