Pin test runner to Ubuntu 18 to un-break CI (#24715)

This commit is contained in:
Brandt Bucher 2021-03-02 23:03:55 -08:00 committed by GitHub
parent 727a68b6e5
commit 94894dd45e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ jobs:
build_ubuntu:
name: 'Ubuntu'
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
needs: check_source
if: needs.check_source.outputs.run_tests == 'true'
env: