Skip to content

Commit 20016fe

Browse files
committed
Update CI
1 parent 51374cb commit 20016fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: dotnet test --configuration Release
2929
sonarqube:
3030
name: sonarqube
31-
runs-on: ubuntu-latest
31+
runs-on: windows-latest
3232
if: ${{ github.event.workflow_run.conclusion == 'success' }}
3333
steps:
3434
- name: Set up JDK 17

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: dotnet test --configuration Release
2323
sonarqube:
2424
name: sonarqube
25-
runs-on: ubuntu-latest
25+
runs-on: windows-latest
2626
needs: test
2727
steps:
2828
- name: Set up JDK 17

0 commit comments

Comments
 (0)