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]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
all:
|
all:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue