Skip to content

Commit

Permalink
github: Test on Ubuntu 24.04 too.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfonseca committed May 14, 2024
1 parent 80f6ef6 commit 9027dc1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ on: [push, pull_request]

jobs:

ubuntu-24_04:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: apt-update
run: sudo apt-get update -qq
- name: apt-install
run: sudo apt-get install -qq -y --no-install-recommends gir1.2-gtk-3.0 python3-gi python3-gi-cairo python3-numpy python3-packaging python3-setuptools graphviz xvfb twine
- name: build
run: python3 setup.py sdist
- name: test
run: .github/scripts/test.sh

ubuntu-22_04:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 9027dc1

Please sign in to comment.