Use ubuntu-latest

PiperOrigin-RevId: 335410507
This commit is contained in:
Dan Tsekhanskiy
2020-10-05 07:13:41 -07:00
committed by Copybara-Service
parent 14824242bb
commit c37c83bdcc

View File

@@ -2,7 +2,7 @@ name: Python Tests
on: [push, pull_request]
jobs:
python_tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7]