Skip to content

Commit cf7f842

Browse files
committed
Migrate workflows to Blacksmith
1 parent 30c7116 commit cf7f842

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Test
22
on: [push, pull_request]
33
jobs:
44
build:
5-
runs-on: ubuntu-latest
5+
runs-on: blacksmith-4vcpu-ubuntu-2404
66
steps:
77
- uses: actions/checkout@v3
88
- uses: actions/setup-node@v3

.github/workflows/verify-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
verify-build:
11-
runs-on: ubuntu-latest
11+
runs-on: blacksmith-4vcpu-ubuntu-2404
1212
steps:
1313
- uses: actions/checkout@v3
1414
with:

0 commit comments

Comments
 (0)