Update Gramps CI workflow to run on Ubuntu 20.04
Ubuntu 18.04 became fully unsupported on 1 Dec 2022.
This commit is contained in:
parent
a3122df673
commit
30663f2113
2
.github/workflows/gramps-ci.yml
vendored
2
.github/workflows/gramps-ci.yml
vendored
@ -28,7 +28,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user