Skip to content

Commit

Permalink
remove macOS
Browse files Browse the repository at this point in the history
getting segfaults when running tests on macOS, will have to just run the tests locally. don't have the time to look into it.
  • Loading branch information
BradyAJohnston committed May 16, 2023
1 parent f2cdd03 commit 8ce3179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
blender-version: ["3.5.0"]
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest]
# os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8ce3179

Please sign in to comment.