From 59a601d83ee0900f79c250b9845603061b037efe Mon Sep 17 00:00:00 2001 From: Sriman Achanta <68172138+srimanachanta@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:15:07 -0400 Subject: [PATCH] re-enable macos build --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9a72b229b2..074edf6f66 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -127,9 +127,8 @@ jobs: - os: windows-2022 artifact-name: Win64 architecture: x64 - # Mac builds are broken due to opencv class loading issues -- disable for now - # - os: macos-11 - # artifact-name: macOS + - os: macos-11 + artifact-name: macOS - os: ubuntu-22.04 artifact-name: Linux