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:
Nick Hall 2023-03-07 21:43:37 +00:00
parent aae38a6861
commit b97facb66f

View File

@ -28,7 +28,7 @@ on:
jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2