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:
|
jobs:
|
||||||
test_linux_docker:
|
test_linux_docker:
|
||||||
name: "Docker ${{ matrix.os_name}} ${{ matrix.arch}} ${{ matrix.user }} Tests"
|
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'
|
if: github.repository == 'microsoft/playwright'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue