Skip to content

Commit dfd84b7

Browse files
Migrate workflows to Blacksmith
1 parent c3dda48 commit dfd84b7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
changes:
14-
runs-on: ubuntu-latest
14+
runs-on: blacksmith-4vcpu-ubuntu-2404
1515
outputs:
1616
matrix: ${{ steps.set.outputs.matrix }}
1717
any: ${{ steps.set.outputs.any }}
@@ -116,7 +116,7 @@ jobs:
116116
build:
117117
needs: changes
118118
if: ${{ needs.changes.outputs.any == 'true' }}
119-
runs-on: ubuntu-latest
119+
runs-on: blacksmith-4vcpu-ubuntu-2404
120120
strategy:
121121
fail-fast: false
122122
matrix: ${{ fromJSON(needs.changes.outputs.matrix) }}
@@ -200,7 +200,7 @@ jobs:
200200
audit:
201201
needs: changes
202202
if: ${{ needs.changes.outputs.any == 'true' }}
203-
runs-on: ubuntu-latest
203+
runs-on: blacksmith-4vcpu-ubuntu-2404
204204
strategy:
205205
fail-fast: false
206206
matrix: ${{ fromJSON(needs.changes.outputs.matrix) }}

0 commit comments

Comments
 (0)