Skip to content

Commit

Permalink
disable macOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed May 3, 2024
1 parent c752d0e commit e7d4aac
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: ["ubuntu-latest", "macos-latest"]
os:
- ubuntu-latest
# - macos-latest # macOS with Apple Silicon is not supported yet
conda: [false]
install_args: [""]
include:
Expand All @@ -46,9 +48,9 @@ jobs:
- python-version: "3.10"
os: windows-latest
conda: true
- python-version: "3.10"
os: macos-latest
conda: true
# - python-version: "3.10" # macOS with Apple Silicon is not supported yet
# os: macos-latest
# conda: true
- python-version: "3.11"
os: ubuntu-latest
conda: false
Expand Down

0 comments on commit e7d4aac

Please sign in to comment.