aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b8bb5746d..0d63a1e9f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
.github/workflows/run.sh make presubmit_aux
build:
- runs-on: arc-runner-set
+ runs-on: ubuntu-24.04-8core
container: gcr.io/syzkaller/env:latest
env:
GOPATH: /__w/syzkaller/syzkaller/gopath
@@ -80,7 +80,7 @@ jobs:
verbose: true
dashboard:
- runs-on: arc-runner-set
+ runs-on: ubuntu-24.04-8core
container: gcr.io/syzkaller/env:latest
env:
GOPATH: /__w/syzkaller/syzkaller/gopath
@@ -136,7 +136,7 @@ jobs:
.github/workflows/run.sh make ${{ matrix.target }}
race:
- runs-on: arc-runner-set
+ runs-on: ubuntu-24.04-8core
timeout-minutes: 15 # Q1 2024 experiments may affect timeout, let's relax it
container: gcr.io/syzkaller/env:latest
env:
@@ -162,7 +162,7 @@ jobs:
.github/workflows/run.sh make presubmit_race
race_dashboard:
- runs-on: arc-runner-set
+ runs-on: ubuntu-24.04-8core
container: gcr.io/syzkaller/env:latest
env:
GOPATH: /__w/syzkaller/syzkaller/gopath