Remove macOS from matrix hosts

This commit is contained in:
Shutdown
2023-09-17 23:21:56 +02:00
parent ef341d54d6
commit 370b6774ea
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
host: [ ubuntu-latest, macOS-latest, windows-latest ]
host: [ ubuntu-latest, windows-latest ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
steps:
- uses: actions/checkout@v3