Skip to content

Commit 711ee62

Browse files
Merge pull request #896 from Expensify/cole/blacksmith
Migrate this repo to blacksmith runners
2 parents aa885d6 + 87f4112 commit 711ee62

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)