Skip to content

Commit

Permalink
Upgrade Python test --macos_minimum_os to 10.15 (Catalina)
Browse files Browse the repository at this point in the history
See prior art:
- aa3b976
- 67fca5c

OSS foundational support matrix suggests that the minimum supported macOS
version has been moved up to macOS 11 (Big Sur).
See: https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md

#test-continuous

PiperOrigin-RevId: 687413401
  • Loading branch information
tonyliaoss authored and copybara-github committed Oct 18, 2024
1 parent c0a99b0 commit b93b8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ jobs:
bazel: >-
test ${{ matrix.targets }} ${{ matrix.flags }}
--test_env=KOKORO_PYTHON_VERSION=${{ matrix.version }}
--macos_minimum_os=10.9
--macos_minimum_os=10.15
exclude-targets: -//python/pb_unit_tests/...

0 comments on commit b93b8e5

Please sign in to comment.