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 b5268a7b62
commit 1ccb756931

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