disable mac-os tests for now

This commit is contained in:
Sina Atalay 2023-10-11 17:00:57 +02:00 committed by GitHub
parent fefeab580e
commit 46e19bfc91
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
python-version: ["3.10", "3.11", "3.12"]
runs-on: ${{ matrix.os }}