From a2d88722327fa21ac46f9f5b6834a1c756d5eafc Mon Sep 17 00:00:00 2001 From: olemorud <ole.kristian.morud@cern.ch> Date: Wed, 22 Mar 2023 16:14:47 +0100 Subject: [PATCH] [CI] Make `runs-on` style consistent in root-ci.yml --- .github/workflows/root-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/root-ci.yml b/.github/workflows/root-ci.yml index d75a8d24e96..5aeb4cd963c 100644 --- a/.github/workflows/root-ci.yml +++ b/.github/workflows/root-ci.yml @@ -245,7 +245,11 @@ jobs: config: Debug overrides: ["DLLVM_BUILD_TYPE=Debug", "soversion=On"] - runs-on: [self-hosted, linux, x64] + runs-on: + - self-hosted + - linux + - x64 + name: ${{ matrix.image }} ${{ matrix.config }} ${{ join( matrix.overrides, ', ' ) }} container: -- GitLab