From 33313a2891a60571bad43dd122b2da6885db41d7 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Thu, 28 Jul 2022 09:40:21 -0700 Subject: [PATCH] Update python tests due to macos-10.15 deprecation. https://github.com/actions/virtual-environments/issues/5583 PiperOrigin-RevId: 463857895 --- .github/workflows/python_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_tests.yml b/.github/workflows/python_tests.yml index ef27be5930..147d742d99 100644 --- a/.github/workflows/python_tests.yml +++ b/.github/workflows/python_tests.yml @@ -51,7 +51,7 @@ jobs: # As a result we can just test the oldest and newest supported Python versions and assume # this gives us sufficient test coverage. - { os: ubuntu-18.04, python-version: "3.7", architecture: x64 } - - { os: macos-10.15, python-version: "3.7", architecture: x64 } + - { os: macos-11, python-version: "3.7", architecture: x64 } - { os: ubuntu-20.04, python-version: "3.10", architecture: x64 } - { os: macos-12, python-version: "3.10", architecture: x64 } # Windows uses the full API up until Python 3.10, so each of these