mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-13 09:51:15 +00:00
Compare commits
2 commits
2dfd9a1aa7
...
e9a1c4e09a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e9a1c4e09a | ||
|
|
ec23b8d4ce |
2 changed files with 8 additions and 2 deletions
5
.github/workflows/qa-deprecated-c-cpp.yml
vendored
5
.github/workflows/qa-deprecated-c-cpp.yml
vendored
|
|
@ -11,13 +11,16 @@ jobs:
|
||||||
output-test:
|
output-test:
|
||||||
name: Action outputs
|
name: Action outputs
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest, macos-13]
|
os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest, macos-14]
|
||||||
cache: [true, false]
|
cache: [true, false]
|
||||||
include:
|
include:
|
||||||
- arch: X64
|
- arch: X64
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
arch: ARM64
|
arch: ARM64
|
||||||
|
- os: macos-14
|
||||||
|
arch: ARM64
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
# Specifying a specific architecture of the runner is not possible for Github hosted runners
|
# Specifying a specific architecture of the runner is not possible for Github hosted runners
|
||||||
|
|
|
||||||
|
|
@ -11,13 +11,16 @@ jobs:
|
||||||
output-test:
|
output-test:
|
||||||
name: Action outputs
|
name: Action outputs
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest, macos-13]
|
os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest, macos-14]
|
||||||
cache: [true, false]
|
cache: [true, false]
|
||||||
include:
|
include:
|
||||||
- arch: X64
|
- arch: X64
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
arch: ARM64
|
arch: ARM64
|
||||||
|
- os: macos-14
|
||||||
|
arch: ARM64
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
# Specifying a specific architecture of the runner is not possible for Github hosted runners
|
# Specifying a specific architecture of the runner is not possible for Github hosted runners
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue