From 771dc52aeb6fe775af63f1ee92d09d7f46b6127a Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 28 Jun 2022 00:25:31 +0200 Subject: [PATCH] Set environment variable `_PYTHON_HOST_PLATFORM=macosx-11-x86_64` --- .github/workflows/macos.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 2e2db0b..55947e2 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -20,6 +20,7 @@ jobs: # Switches to enable compatibility with older versions of macOS. SYSTEM_VERSION_COMPAT: 1 MACOSX_DEPLOYMENT_TARGET: 10.16 + _PYTHON_HOST_PLATFORM: macosx-11-x86_64 steps: