From 2008a265b440bfdbbee82658e509876394f7954c Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Thu, 6 Jun 2024 08:52:18 -0700 Subject: [PATCH] Set c_stdlib_version for macos This needs to match the global pinning --- .ci_support/osx64.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ci_support/osx64.yaml b/.ci_support/osx64.yaml index ad8d9ed31dfc7..e4efc34aa5221 100644 --- a/.ci_support/osx64.yaml +++ b/.ci_support/osx64.yaml @@ -4,6 +4,10 @@ cxx_compiler: - clangxx c_stdlib: - macosx_deployment_target +c_stdlib_version: + - 10.13 +MACOSX_DEPLOYMENT_TARGET: + - 10.13 fortran_compiler: - gfortran go_compiler: