From eb4cd78ca61267509dc1fbd63a04829186233c25 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sun, 23 Jun 2024 10:15:53 +0200 Subject: [PATCH] ci: run master jobs on self-hosted Signed-off-by: Ettore Di Giacinto --- .github/workflows/image.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 8b758e89..f1cee42c 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -266,7 +266,7 @@ jobs: ffmpeg: 'true' image-type: 'core' base-image: "ubuntu:22.04" - runs-on: 'ubuntu-latest' + runs-on: 'arc-runner-set' aio: "-aio-cpu" latest-image: 'latest-cpu' latest-image-aio: 'latest-aio-cpu' @@ -280,7 +280,7 @@ jobs: ffmpeg: '' image-type: 'core' base-image: "ubuntu:22.04" - runs-on: 'ubuntu-latest' + runs-on: 'arc-runner-set' makeflags: "--jobs=4 --output-sync=target" - build-type: 'cublas' cuda-major-version: "12" @@ -291,7 +291,7 @@ jobs: ffmpeg: '' image-type: 'core' base-image: "ubuntu:22.04" - runs-on: 'ubuntu-latest' + runs-on: 'arc-runner-set' makeflags: "--jobs=4 --output-sync=target" - build-type: 'cublas' cuda-major-version: "11" @@ -301,7 +301,7 @@ jobs: tag-suffix: '-cublas-cuda11-ffmpeg-core' ffmpeg: 'true' image-type: 'core' - runs-on: 'ubuntu-latest' + runs-on: 'arc-runner-set' base-image: "ubuntu:22.04" makeflags: "--jobs=4 --output-sync=target" - build-type: 'cublas' @@ -312,6 +312,6 @@ jobs: tag-suffix: '-cublas-cuda12-ffmpeg-core' ffmpeg: 'true' image-type: 'core' - runs-on: 'ubuntu-latest' + runs-on: 'arc-runner-set' base-image: "ubuntu:22.04" makeflags: "--jobs=4 --output-sync=target"