Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Commit 33313a2

Browse files
Update python tests due to macos-10.15 deprecation. actions/runner-images#5583
PiperOrigin-RevId: 463857895
1 parent bf88f8b commit 33313a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# As a result we can just test the oldest and newest supported Python versions and assume
5252
# this gives us sufficient test coverage.
5353
- { os: ubuntu-18.04, python-version: "3.7", architecture: x64 }
54-
- { os: macos-10.15, python-version: "3.7", architecture: x64 }
54+
- { os: macos-11, python-version: "3.7", architecture: x64 }
5555
- { os: ubuntu-20.04, python-version: "3.10", architecture: x64 }
5656
- { os: macos-12, python-version: "3.10", architecture: x64 }
5757
# Windows uses the full API up until Python 3.10, so each of these

0 commit comments

Comments
 (0)