Skip to content

Commit

Permalink
Update python tests due to macos-10.15 deprecation. actions/runner-im…
Browse files Browse the repository at this point in the history
…ages#5583

PiperOrigin-RevId: 463857895
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Jul 28, 2022
1 parent bf88f8b commit 33313a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33313a2

Please sign in to comment.