Skip to content

Commit

Permalink
Use Ubuntu 22.04 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub authored and Nick-Hall committed Jan 20, 2025
1 parent 2c73c95 commit f5c002f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gramps-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:
jobs:
build:

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand All @@ -53,7 +53,7 @@ jobs:
sudo apt-get install python3-jsonschema
sudo apt-get install libxml2-utils
sudo apt-get install python3-lxml
sudo apt-get install python-libxml2
sudo apt-get install python3-libxml2
sudo apt-get install zlib1g-dev
sudo apt-get install python3-setuptools
- name: Install addons
Expand Down

0 comments on commit f5c002f

Please sign in to comment.