Skip to content

Commit

Permalink
GH Actions: Do not test threads on OS X temporarily
Browse files Browse the repository at this point in the history
Becase of "KERN_PROTECTION_FAILURE while world is stopped" error.
  • Loading branch information
ivmai committed Nov 12, 2023
1 parent ba6443b commit 07b910e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
- os: macos-latest # FIXME: enable this after fixing assert fail
enable_threads: on
redirect_malloc: on
- os: macos-latest # FIXME: KERN_PROTECTION_FAILURE while world stopped
enable_threads: on
redirect_malloc: off
include:
- os: windows-latest
c_compiler: gcc
Expand Down

0 comments on commit 07b910e

Please sign in to comment.