Update docs job runner to ubuntu 22.04

https://github.com/actions/runner-images/issues/6002
This commit is contained in:
Oleg Kalachev
2022-08-18 22:57:17 +03:00
parent a2d984272b
commit 596a7276ac

View File

@@ -21,7 +21,7 @@ defaults:
jobs:
docs:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Use Node.js