From c7578b00f379e1ec248c291ab719bbcede96483b Mon Sep 17 00:00:00 2001 From: Bart Thomee <11445373+bthomee@users.noreply.github.com> Date: Sun, 27 Jul 2025 18:01:10 -0400 Subject: [PATCH] Use self-hosted runners --- .github/workflows/build-rhel.yml | 38 ++++++++++++++++---------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/build-rhel.yml b/.github/workflows/build-rhel.yml index 77848943a9..e223c850ca 100644 --- a/.github/workflows/build-rhel.yml +++ b/.github/workflows/build-rhel.yml @@ -91,29 +91,29 @@ env: # "-DUnity=ON" # ] STRATEGY_MATRIX_ARCHITECTURE: >- - [ - { - "platform": "linux/amd64", - "runner": ["self-hosted", "Linux", "X64"] - } - ] - STRATEGY_MATRIX_OS: >- - [ + [ { - "distro": "rhel", - "release": "9.6", - "compiler_name": "gcc", - "compiler_version": "13" + "platform": "linux/amd64", + "runner": ["self-hosted", "Linux", "X64"] } - ] + ] + STRATEGY_MATRIX_OS: >- + [ + { + "distro": "rhel", + "release": "9.6", + "compiler_name": "gcc", + "compiler_version": "13" + } + ] STRATEGY_MATRIX_BUILD_TYPE: >- - [ - "Release" - ] + [ + "Release" + ] STRATEGY_MATRIX_CMAKE_ARGS: >- - [ - "-DUnity=ON" - ] + [ + "-DUnity=ON" + ] jobs: # Generate the strategy matrix and expose environment variables to be used by