Skip to content

Commit 2042819

Browse files
blacksmith-sh[bot]yosriadycodesmith-bot
authored
.github/workflows: Migrate workflows to Blacksmith runners (#32)
* Migrate workflows to Blacksmith * fix(with-privy): override js-cookie to >=3.0.6 for GHSA-qjx8-664m-686j Co-authored-by: Codesmith <codesmith-bot@users.noreply.github.com> --------- Co-authored-by: blacksmith-sh[bot] <157653362+blacksmith-sh[bot]@users.noreply.github.com> Co-authored-by: yosriady <hello@yos.io> Co-authored-by: Codesmith <codesmith-bot@users.noreply.github.com>
1 parent c3dda48 commit 2042819

3 files changed

Lines changed: 225 additions & 128 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)