Use ubuntu-latest in document workflow
This commit is contained in:
parent
a6bcf69ea0
commit
c77c4aadd1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/document.yml
vendored
2
.github/workflows/document.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Document
|
|||
on: [push, pull_request]
|
||||
jobs:
|
||||
all:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue