mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-12 17:31:15 +00:00
Replace unsupported images macos-13 by macos-14 for QA
This commit is contained in:
parent
2dfd9a1aa7
commit
ec23b8d4ce
2 changed files with 2 additions and 2 deletions
2
.github/workflows/qa-deprecated-c-cpp.yml
vendored
2
.github/workflows/qa-deprecated-c-cpp.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
name: Action outputs
|
name: Action outputs
|
||||||
strategy:
|
strategy:
|
||||||
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
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
name: Action outputs
|
name: Action outputs
|
||||||
strategy:
|
strategy:
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue