Skip to content

Commit

Permalink
Remove MacOS from GitHub Actions
Browse files Browse the repository at this point in the history
MacOS GitHub Actions get counted at 10x what Linux counts as, and is therefore too expensive. Also unlikely for me to be deploying on MacOS
  • Loading branch information
AaronWChen committed Dec 2, 2023
1 parent 76c9e26 commit 6f1b38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu, macos]
os: [ubuntu]
py_version: ["3.10"]
runs-on: ${{ matrix.os }}-latest

Expand Down

0 comments on commit 6f1b38b

Please sign in to comment.