From 07b910ec9606eeae39320de5d43aac3090c7261a Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sun, 12 Nov 2023 14:39:15 +0300 Subject: [PATCH] GH Actions: Do not test threads on OS X temporarily Becase of "KERN_PROTECTION_FAILURE while world is stopped" error. --- .github/workflows/cmake-build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cmake-build.yml b/.github/workflows/cmake-build.yml index 552c43de5..4fc38dc88 100644 --- a/.github/workflows/cmake-build.yml +++ b/.github/workflows/cmake-build.yml @@ -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