jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/745214 )

Change subject: [tests] Add macOS to github test matrix
......................................................................

[tests] Add macOS to github test matrix

Bug: T110925
Change-Id: Ic77f1a8a7178b1aa7b00f35a48ce36b84a9ad48a
---
M .github/workflows/pywikibot-ci.yml
1 file changed, 4 insertions(+), 1 deletion(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/.github/workflows/pywikibot-ci.yml 
b/.github/workflows/pywikibot-ci.yml
index 8c6d951..f536b54 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -15,7 +15,7 @@

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

     strategy:
@@ -41,6 +41,9 @@
           - python-version: "3.11.0-alpha.2"
             site: "wikipedia:test"
             experimental: true
+          - python-version: 3
+            site: "wikipedia:de"
+            os: macOS-latest

     steps:
     - uses: actions/checkout@v2

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/745214
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ic77f1a8a7178b1aa7b00f35a48ce36b84a9ad48a
Gerrit-Change-Number: 745214
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to