update autodocgen to ubuntu 20 (#22006)

This commit is contained in:
warriorstar-orion
2023-08-25 16:49:52 +01:00
committed by GitHub
parent 7a23c5108e
commit 448c5c9d48
+1 -1
View File
@@ -8,7 +8,7 @@ on:
jobs:
generate_docs:
name: 'Generate Documentation'
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: 'Update Branch'
uses: actions/checkout@v3