diff --git a/common.sh b/common.sh
index 9b0b450..c7b21f2 100644
--- a/common.sh
+++ b/common.sh
@@ -5,8 +5,8 @@ platform=$(uname -s)
 arch=$(uname -m)
 if [[ "$platform" == "Darwin" ]]; then
     if [[ "$arch" == "arm64" ]]; then
-        export MACOSX_DEPLOYMENT_TARGET=11
-        export MACOSX_SDK_VERSION=11
+        export MACOSX_DEPLOYMENT_TARGET=11.0
+        export MACOSX_SDK_VERSION=11.0
     elif [[ "$arch" == 'x86_64' ]]; then
         export MACOSX_DEPLOYMENT_TARGET=10.13
         export MACOSX_SDK_VERSION=10.13