From e9a1c4e09a5eddb7db5d045b83807904bf8f67fc Mon Sep 17 00:00:00 2001 From: Claire Villard Date: Tue, 9 Dec 2025 09:27:40 +0100 Subject: [PATCH] Fix runner architecture check and disable fail-fast for QA --- .github/workflows/qa-deprecated-c-cpp.yml | 3 +++ .github/workflows/qa-install-build-wrapper.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/qa-deprecated-c-cpp.yml b/.github/workflows/qa-deprecated-c-cpp.yml index aa2ace0..f4c39de 100644 --- a/.github/workflows/qa-deprecated-c-cpp.yml +++ b/.github/workflows/qa-deprecated-c-cpp.yml @@ -11,6 +11,7 @@ jobs: output-test: name: Action outputs strategy: + fail-fast: false matrix: os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest, macos-14] cache: [true, false] @@ -18,6 +19,8 @@ jobs: - arch: X64 - os: macos-latest arch: ARM64 + - os: macos-14 + arch: ARM64 runs-on: ${{ matrix.os }} steps: # Specifying a specific architecture of the runner is not possible for Github hosted runners diff --git a/.github/workflows/qa-install-build-wrapper.yml b/.github/workflows/qa-install-build-wrapper.yml index 591337a..28fdb3d 100644 --- a/.github/workflows/qa-install-build-wrapper.yml +++ b/.github/workflows/qa-install-build-wrapper.yml @@ -11,6 +11,7 @@ jobs: output-test: name: Action outputs strategy: + fail-fast: false matrix: os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest, macos-14] cache: [true, false] @@ -18,6 +19,8 @@ jobs: - arch: X64 - os: macos-latest arch: ARM64 + - os: macos-14 + arch: ARM64 runs-on: ${{ matrix.os }} steps: # Specifying a specific architecture of the runner is not possible for Github hosted runners