From 652a653c9a08e0d6393ddc46e00869c82e6b3408 Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 25 Jul 2023 08:41:52 -0700 Subject: [PATCH] DIsable Mac photonlib builds (#889) --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a4cfdd43b7..be57d9e0f5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -204,8 +204,9 @@ jobs: include: - os: windows-2022 artifact-name: Win64 - - os: macos-11 - artifact-name: macOS + # Mac builds are broken due to opencv class loading issues -- disable for now + # - os: macos-11 + # artifact-name: macOS - os: ubuntu-22.04 artifact-name: Linux