Skip to content

Commit

Permalink
Temporary switch Sonar-Scan action back to macos-13 hosted runner to …
Browse files Browse the repository at this point in the history
…use Intel h/w, instead of M1/ARM
  • Loading branch information
egorodet committed May 30, 2024
1 parent 94b7c09 commit 4c66c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-sonar-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
sonar_project_key: "methane-powered-kit-linux"
tests_coverage_reports: "Build/Output/Ninja-Lin-VK-Scan/Build/MethaneTestCoverage.info"

- os: macos-latest
- os: macos-13 # macos-latest is using M1 h/w, which is not supported by sonar scanner yet (see SonarSource/sonarcloud-github-c-cpp/pull/55)
name: "MacOS_MTL_SonarScan"
named_logo: Apple
config_preset: "Ninja-Mac-MTL-Scan"
Expand Down

0 comments on commit 4c66c85

Please sign in to comment.