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