Skip to content

Commit 87f4112

Browse files
committed
Migrate this repo to blacksmith runners
1 parent aa885d6 commit 87f4112

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yml

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

77
jobs:
88
lint:
9-
runs-on: ubuntu-latest
9+
runs-on: blacksmith-2vcpu-ubuntu-2404
1010
steps:
1111
# v5.0.0
1212
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493

.github/workflows/test.yml

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

77
jobs:
88
test:
9-
runs-on: ubuntu-latest
9+
runs-on: blacksmith-2vcpu-ubuntu-2404
1010
steps:
1111
# v5.0.0
1212
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493

.github/workflows/typecheck.yml

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

77
jobs:
88
lint:
9-
runs-on: ubuntu-latest
9+
runs-on: blacksmith-2vcpu-ubuntu-2404
1010
steps:
1111
# v5.0.0
1212
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493

0 commit comments

Comments
 (0)