Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
use latest repo of MacOS, otherwise queue hangs

Change-Id: Id832847b2b7f15c3ef95b4dd00037ea4428bbc98
Signed-off-by: Xqt <info@gno.de>
---
M .github/workflows/doctest.yml
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/doctest.yml b/.github/workflows/doctest.yml
index 39cc0ef..6868d6b 100644
--- a/.github/workflows/doctest.yml
+++ b/.github/workflows/doctest.yml
@@ -24,7 +24,7 @@
max-parallel: 7

matrix:
- os: [ "windows-latest", "macOS", "ubuntu-latest" ]
+ os: [ "windows-latest", "macOS-latest", "ubuntu-latest" ]
python-version: ["pypy3.7", "pypy3.10", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- python-version: "3.13-dev"

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

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