changed version of ubuntu runner to 20.04 because latest has problems
This commit is contained in:
parent
a67752369a
commit
c16358a4a9
|
@ -9,7 +9,7 @@ env:
|
|||
|
||||
jobs:
|
||||
build-ckan-2-9:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
|
Loading…
Reference in New Issue