From 1ce3251c60f706f47664d208f0f44ac6e1ad43c7 Mon Sep 17 00:00:00 2001 From: jwilso Date: Tue, 10 May 2022 13:27:29 -0600 Subject: [PATCH] Adjust for Monterey 12.3 Should be 12.3, not 12.3.1 --- buildsys/bamboo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildsys/bamboo.sh b/buildsys/bamboo.sh index e7ea55bf..e4357686 100755 --- a/buildsys/bamboo.sh +++ b/buildsys/bamboo.sh @@ -1812,7 +1812,7 @@ echo "This is Big Sur, Compiler is $compiler" ################################################################################ - 12.3.1) # Monterey + 12.3) # Monterey echo "This is Monterey, Compiler is $compiler" ldModules_MacOS_Clang $compiler $2 $3 # any Xcode ;;