Skip to content

Commit 878f9ff

Browse files
authored
Update Windows runner version in SonarCloud.yml (#488)
Changed the `runs-on` property in the `build` job from `windows-latest` to `windows-2022` for a more specific Windows runner version during the build process.
1 parent 56dd1eb commit 878f9ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CodeQuality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414
name: Build
15-
runs-on: windows-latest
15+
runs-on: windows-2022
1616
# SonarCloud do not support analysis of forked PRs, even when those PRs come from members of the organization
1717
# (PRs from forks can't access secrets other than secrets.GITHUB_TOKEN for security reasons)
1818
if: ${{ !github.event.pull_request.head.repo.fork }}

0 commit comments

Comments
 (0)