mirror of
https://github.com/luxfi/coreth.git
synced 2026-07-27 05:54:02 +00:00
ci: route go build/test to lux-build-amd64 ARC scale set (evo is GPU-only now)
This commit is contained in:
@@ -10,7 +10,7 @@ on:
|
||||
jobs:
|
||||
lint:
|
||||
name: Lint
|
||||
runs-on: evo
|
||||
runs-on: lux-build-amd64
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
@@ -37,7 +37,7 @@ jobs:
|
||||
test:
|
||||
name: Test
|
||||
needs: lint
|
||||
runs-on: evo
|
||||
runs-on: lux-build-amd64
|
||||
strategy:
|
||||
matrix:
|
||||
go:
|
||||
|
||||
Reference in New Issue
Block a user