From 30a6fa44f9fa433d60851b011c6fe1f444acfe65 Mon Sep 17 00:00:00 2001 From: Patrick Avery Date: Fri, 17 May 2024 17:36:37 -0400 Subject: [PATCH] Add back osx-arm64 build This build needs to be fixed Signed-off-by: Patrick Avery --- conda.recipe/conda_build_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda.recipe/conda_build_config.yaml b/conda.recipe/conda_build_config.yaml index b0d465b1d..26d5d326b 100644 --- a/conda.recipe/conda_build_config.yaml +++ b/conda.recipe/conda_build_config.yaml @@ -9,5 +9,5 @@ c_compiler: target_platform: - linux-64 # [linux] - osx-64 # [osx] - # - osx-arm64 # [osx] + - osx-arm64 # [osx] - win-64 # [win]