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 a3122df673
commit 30663f2113

View File

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