Removed macos workflow test (unsupported by maturin)

This commit is contained in:
2024-11-13 19:34:32 +00:00
parent 2e5fe7eee2
commit 29b99710f8
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.11", "3.12", "3.13"]
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4