Update release_4_legacy_docs.yml (#127)

Updated runs-on value: s/ubuntu-18-04/ubuntu-20.04/
This commit is contained in:
brian-forte
2023-05-31 17:18:18 +10:00
committed by GitHub
parent bbd0f3aace
commit 952b542dfa
+1 -1
View File
@@ -14,7 +14,7 @@ env:
jobs:
build:
name: Build Docs and Deploy
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1