This is an automated email from the ASF dual-hosted git repository. bhulette pushed a commit to branch test-py-1804 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 79c33556c31c50acc62c038a35238dfec6cf3f72 Author: Brian Hulette <[email protected]> AuthorDate: Tue Apr 13 13:28:40 2021 -0700 Pin Python unit tests to ubuntu 18.04 --- .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 7278b3a..9cabd48 100644 --- a/.github/workflows/python_tests.yml +++ b/.github/workflows/python_tests.yml @@ -95,7 +95,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-18.04, macos-latest, windows-latest] params: [ {"py_ver": "3.6", "tox_env": "py36"}, {"py_ver": "3.7", "tox_env": "py37"},
