TobKed commented on a change in pull request #11877: URL: https://github.com/apache/beam/pull/11877#discussion_r435192970
########## File path: .github/workflows/build_wheels.yml ########## @@ -0,0 +1,141 @@ +name: Build python wheels + +on: + push: + branches: + - master + - release-* + tags: + - v* + +jobs: + + build_source: + runs-on: ubuntu-18.04 Review comment: I found information in the documentation ([source](https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners#supported-runners-and-hardware-resources)) which says: > Note: The Ubuntu 20.04 virtual environment is currently provided as a preview only. The ubuntu-latest YAML workflow label still uses the Ubuntu 18.04 virtual environment. In this case using `ubuntu-latest` label may be a good idea. WDYT? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org