Xqt submitted this change.

View Change

Approvals: jenkins-bot: Verified Xqt: Verified; Looks good to me, approved
[tests] Run windows tests on windows

Change-Id: I97fa8b82401c97b2168b2e7bd933677bbec91854
---
M .github/workflows/windows_tests.yml
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/windows_tests.yml b/.github/workflows/windows_tests.yml
index 661f476..e61495a 100644
--- a/.github/workflows/windows_tests.yml
+++ b/.github/workflows/windows_tests.yml
@@ -17,7 +17,7 @@

jobs:
build:
- runs-on: ${{ matrix.os || 'ubuntu-latest' }}
+ runs-on: ${{ matrix.os || 'windows-latest' }}
continue-on-error: ${{ matrix.experimental || false }}
timeout-minutes: 100


To view, visit change 1049233. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I97fa8b82401c97b2168b2e7bd933677bbec91854
Gerrit-Change-Number: 1049233
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot