diff options
| author | Taras Madan <tarasmadan@google.com> | 2025-04-02 16:10:20 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2025-04-02 14:30:24 +0000 |
| commit | 684b5338ab921a5dedbf3ce62bfcf72da1c7b043 (patch) | |
| tree | b08e7632addae04257c749c9a0951ab3d636c512 /.github | |
| parent | c799dfdd5648677612604d10e2c13075eda21582 (diff) | |
ci.yaml: use github org runners
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 8 |
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 |
