Skip to content

Commit

Permalink
Try with Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Feb 13, 2025
1 parent f38efdb commit 039d478
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/gramps-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ on:
jobs:
build:

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["3.13"]
python-version: ["3.9", "3.13"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -50,6 +50,7 @@ jobs:
sudo apt-get install zlib1g-dev
sudo apt-get install libgirepository1.0-dev
sudo apt-get install libicu-dev
sudo apt-get install libcairo2-dev
python3 -m pip install --upgrade pip setuptools build wheel
python3 -m pip install orjson Pillow PyICU PyGObject pycairo jsonschema mock lxml
- name: Install addons
Expand All @@ -70,4 +71,4 @@ jobs:
run: |
export GDK_BACKEND=-
export GRAMPS_RESOURCES=.
python3 -m unittest discover --durations 0 -p "*_test.py"
python3 -m unittest discover -p "*_test.py"

0 comments on commit 039d478

Please sign in to comment.