Skip to content

Commit 83b79f4

Browse files
BM-241: Run Linux X64 Builds using AWS EC2 Runners (github#65)
Run Linux X64 Builds using AWS EC2 Runners
1 parent 585e0e2 commit 83b79f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: exit 1
3737

3838
rust:
39-
runs-on: boundless-linux-x64-01
39+
runs-on: [self-hosted, Linux, X64, prod, cpu]
4040
services:
4141
postgres:
4242
image: postgres:latest
@@ -181,7 +181,7 @@ jobs:
181181
working-directory: contracts
182182

183183
examples:
184-
runs-on: boundless-linux-x64-01
184+
runs-on: [self-hosted, Linux, X64, prod, cpu]
185185
strategy:
186186
matrix:
187187
workspace:

0 commit comments

Comments
 (0)