From a5e2b012baa5a9a9c2c91bad76022d76b5fc8909 Mon Sep 17 00:00:00 2001 From: MintoDA1 <51412913+MintoDA1@users.noreply.github.com> Date: Thu, 7 Sep 2023 22:36:03 -0400 Subject: [PATCH] More tweaks attempting to get a working build on a Mac runner --- .github/workflows/build_wheels.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 3e4330b10..12c68b967 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -9,7 +9,8 @@ jobs: strategy: matrix: os: [ubuntu-20.04, macos-11, macos-12, macos-13] - + env: + SYSTEM_VERSION_COMPAT: 0 steps: - uses: actions/checkout@v3