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:
parent
4d0122444b
commit
99bb55472c
2
.github/workflows/book.yml
vendored
2
.github/workflows/book.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user