Skip to content

Commit 3321a50

Browse files
committed
ci: run unit tests in ubuntu-24.04 github actions environment as well
1 parent 73f8833 commit 3321a50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unit-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
- name: "Ubuntu 22.04, Py 3.10"
4747
ubuntu_version: "22.04"
4848
python_version: "3.10"
49+
- name: "Ubuntu 24.04, Py 3.12"
50+
ubuntu_version: "24.04"
51+
python_version: "3.12"
4952

5053
steps:
5154
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)