Skip to content

Commit

Permalink
ci: run unit tests in ubuntu-24.04 github actions environment as well
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Sep 4, 2024
1 parent 73f8833 commit 3321a50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
- name: "Ubuntu 22.04, Py 3.10"
ubuntu_version: "22.04"
python_version: "3.10"
- name: "Ubuntu 24.04, Py 3.12"
ubuntu_version: "24.04"
python_version: "3.12"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3321a50

Please sign in to comment.