Skip to content

Commit 424b421

Browse files
authored
Revert "ci.yaml: use github org runners"
This reverts commit 684b533.
1 parent 514a302 commit 424b421

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
.github/workflows/run.sh make presubmit_aux
5050
5151
build:
52-
runs-on: ubuntu-24.04-8core
52+
runs-on: arc-runner-set
5353
container: gcr.io/syzkaller/env:latest
5454
env:
5555
GOPATH: /__w/syzkaller/syzkaller/gopath
@@ -80,7 +80,7 @@ jobs:
8080
verbose: true
8181

8282
dashboard:
83-
runs-on: ubuntu-24.04-8core
83+
runs-on: arc-runner-set
8484
container: gcr.io/syzkaller/env:latest
8585
env:
8686
GOPATH: /__w/syzkaller/syzkaller/gopath
@@ -136,7 +136,7 @@ jobs:
136136
.github/workflows/run.sh make ${{ matrix.target }}
137137
138138
race:
139-
runs-on: ubuntu-24.04-8core
139+
runs-on: arc-runner-set
140140
timeout-minutes: 15 # Q1 2024 experiments may affect timeout, let's relax it
141141
container: gcr.io/syzkaller/env:latest
142142
env:
@@ -162,7 +162,7 @@ jobs:
162162
.github/workflows/run.sh make presubmit_race
163163
164164
race_dashboard:
165-
runs-on: ubuntu-24.04-8core
165+
runs-on: arc-runner-set
166166
container: gcr.io/syzkaller/env:latest
167167
env:
168168
GOPATH: /__w/syzkaller/syzkaller/gopath

0 commit comments

Comments
 (0)