From 684b5338ab921a5dedbf3ce62bfcf72da1c7b043 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Wed, 2 Apr 2025 16:10:20 +0200 Subject: ci.yaml: use github org runners --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github/workflows/ci.yml') 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 -- cgit mrf-deployment