devops: attempt to use ubuntu 18.04 for docker tests (#11093)

Folks on the internet claim 18.04 never runs out of disk space for them
for github actions.
This commit is contained in:
Andrey Lushnikov 2021-12-23 22:08:44 -08:00 committed by GitHub
parent dbac5a5298
commit fdf750522a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ env:
jobs:
test_linux_docker:
name: "Docker ${{ matrix.os_name}} ${{ matrix.arch}} ${{ matrix.user }} Tests"
runs-on: ubuntu-20.04
runs-on: ubuntu-18.04
if: github.repository == 'microsoft/playwright'
strategy:
fail-fast: false