Skip to content

Commit

Permalink
Don't test under OSX for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
josephine-wolf-oberholtzer committed Nov 4, 2024
1 parent f0c5839 commit 20b781a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ jobs:
os: [ubuntu-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
include:
- os: macos-13
python-version: "3.12"
# supercollider 3.13 doesn't want to build on macos-13 or higher
# - os: macos-13
# python-version: "3.12"
- os: windows-latest
python-version: "3.12"
timeout-minutes: 45
Expand Down

0 comments on commit 20b781a

Please sign in to comment.