Skip to content

Commit ee8d509

Browse files
committed
workflows: migrate to self-hosted runner
Use self-hosted amd64 runner for CLI building. Signed-off-by: Anna Shaleva <[email protected]>
1 parent 68e620e commit ee8d509

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ on:
3333
jobs:
3434
build_cli:
3535
name: Build geth and services
36-
runs-on: ${{matrix.os.name}}
36+
runs-on: [self-hosted, linux, x64]
3737
strategy:
3838
matrix:
39-
os: [{ name: ubuntu-22.04, bin-name: linux }, { name: macos-12, bin-name: darwin }]
40-
arch: [amd64, arm64]
39+
os: [{ name: "[self-hosted, linux, x64]", bin-name: linux }]
40+
arch: [amd64]
4141

4242
steps:
4343
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)