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:
parent
dbac5a5298
commit
fdf750522a
2
.github/workflows/tests_docker.yml
vendored
2
.github/workflows/tests_docker.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue