docs(github-actions): example suggests using ubuntu-latest (#1867)
instead of a concrete version of Ubuntu
This commit is contained in:
parent
12337175c6
commit
5489489dda
@ -25,7 +25,7 @@ on:
|
||||
jobs:
|
||||
release:
|
||||
name: Release
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user