Skip to content

Commit 7cfdc45

Browse files
authored
Update sonarqube.yml
1 parent c1d807e commit 7cfdc45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sonarqube.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
name: Build and analyze
12-
runs-on: windows-latest
12+
runs-on: ubuntu-latest
1313

1414
steps:
1515
- uses: actions/checkout@v4
@@ -26,3 +26,4 @@ jobs:
2626
# env:
2727
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2828

29+

0 commit comments

Comments
 (0)