Skip to content

Commit

Permalink
github-ci: add Ubuntu 24.04 build
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Dec 2, 2024
1 parent 933521b commit bdf19b9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,17 @@ jobs:
- name: Python 3 integration tests
run: PYTHONPATH=. python3 ./tests/integration_tests.py

fedora-38:
name: Fedora 38
ubuntu-2404:
name: Ubuntu 24.04
runs-on: ubuntu-latest
container: fedora:38
container: ubuntu:24.04
steps:
- run: apt update
- run: |
dnf -y install \
python3 \
apt -y install \
python3-pytest \
python3-pyyaml
- uses: actions/checkout@v2
python3-yaml
- uses: actions/checkout@v1
- name: Python 3 unit tests
run: PYTHONPATH=. pytest-3
- name: Python 3 integration tests
Expand Down

0 comments on commit bdf19b9

Please sign in to comment.