Skip to content

Commit

Permalink
Removed macos from CI (expensive)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pringled committed Sep 27, 2024
1 parent 6b87023 commit 35d929f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
os: ["ubuntu-latest", "windows-latest"]
python-version: ["3.10"]
fail-fast: false

Expand Down

0 comments on commit 35d929f

Please sign in to comment.