damccorm commented on code in PR #23136:
URL: https://github.com/apache/beam/pull/23136#discussion_r967402924


##########
.github/workflows/build_wheels.yml:
##########
@@ -249,8 +254,8 @@ jobs:
         CIBW_BEFORE_BUILD: pip install cython && pip install --upgrade 
setuptools
       run: cibuildwheel --print-build-identifiers && cibuildwheel --output-dir 
wheelhouse
       shell: bash
-    - name: install sha512sum on MacOS
-      if: startsWith(matrix.os_python.os, 'macos')
+    - name: Install sha512sum on MacOS
+      if: contains(matrix.os_python.os, 'macos-latest')

Review Comment:
   Any reason for this change? I think I like the previous version more because 
it is permissive if we eventually decide to pin to a specific macos version



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to