Skip to content

Commit

Permalink
Remove mac test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulthran committed Jun 27, 2024
1 parent 84a6c67 commit d1eebfb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.12']
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
# Windows runners can take way too long to be available
# and the setup-conda action isn't compatible with macOS and python 3.12
# os: [ubuntu-latest, windows-latest, macos-latest]
include:
- python-version: '3.11'
os: ubuntu-latest
Expand Down

0 comments on commit d1eebfb

Please sign in to comment.