mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-12 17:31:15 +00:00
Fix runner architecture check and disable fail-fast for QA
This commit is contained in:
parent
ec23b8d4ce
commit
e9a1c4e09a
2 changed files with 6 additions and 0 deletions
3
.github/workflows/qa-deprecated-c-cpp.yml
vendored
3
.github/workflows/qa-deprecated-c-cpp.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue