Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[tests] update macOS in test matrix

Do not use macOS-latest; Python 3.7 failes with it.

Bug: T364692
Change-Id: Iecb87530d6c297a36f1d11ee12f98a33728d1a57
---
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 fae76f3..1be6714 100644
--- a/.github/workflows/doctest.yml
+++ b/.github/workflows/doctest.yml
@@ -24,7 +24,7 @@
max-parallel: 7

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

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Iecb87530d6c297a36f1d11ee12f98a33728d1a57
Gerrit-Change-Number: 1030600
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-MessageType: merged