Force a specific target version of macOS.

Otherwise, `delocate` renames the wheels!

Change-Id: I03bf330332a1586deed0519b7983b1a29574ec64
Reviewed-on: https://code-review.googlesource.com/c/re2/+/62911
Reviewed-by: Jeff Bailey <jeffbailey@google.com>
Reviewed-by: Paul Wankadia <junyer@google.com>
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index e024eba..7b09f29 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -80,6 +80,9 @@
       BAZELISK_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
       BAZEL_CPU: darwin_${{ matrix.arch.bazel-name }}
       PLAT_NAME: macosx-${{ matrix.os }}.0-${{ matrix.arch.python-name }}
+      # Force a specific target version of macOS.
+      # Otherwise, `delocate` renames the wheels!
+      MACOSX_DEPLOYMENT_TARGET: ${{ matrix.os }}.0
       # Stop macOS from reporting the system version as 10.x.
       # Otherwise, Python refuses to install the built wheel!
       SYSTEM_VERSION_COMPAT: 0