Skip to content

Commit f9abc5e

Browse files
committed
fix .github/workflows/unit-tests.yml
1 parent b4580ef commit f9abc5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit-tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
- name: Check flake8
2828
run: pipenv run lint
2929
unittest:
30-
runs-on: ubuntu-latest
30+
# ubuntu-24.04 later does not support Python 3.7
31+
runs-on: ubuntu-22.04
3132
strategy:
3233
matrix:
3334
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

0 commit comments

Comments
 (0)