Update mdbook runner to Ubuntu 20.04 (#3138)

## Issue Addressed

This resolves errors related to the glibc version of the downloaded mdbook binaries.

Currently the mdbook job is failing on `unstable`: https://github.com/sigp/lighthouse/runs/5785245715?check_suite_focus=true
This commit is contained in:
Michael Sproul 2022-04-04 06:08:26 +00:00
parent 4d0122444b
commit 99bb55472c

View File

@ -7,7 +7,7 @@ on:
jobs:
build-and-upload-to-s3:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master