mirror of
https://github.com/google/glazier.git
synced 2026-04-07 02:00:02 -04:00
Use ubuntu-latest
PiperOrigin-RevId: 335410507
This commit is contained in:
committed by
Copybara-Service
parent
14824242bb
commit
c37c83bdcc
2
.github/workflows/python_tests.yml
vendored
2
.github/workflows/python_tests.yml
vendored
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user