Skip to content

Commit 4b85725

Browse files
author
3np
committed
ci(unittests): be explicit about ubuntu version; run on both 22.04,24.04
1 parent 8b9536a commit 4b85725

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/unittests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [macos-13, ubuntu-latest]
11+
os:
12+
- macos-13
13+
- ubuntu-22.04
14+
- ubuntu-24.04
1215
python-version:
1316
- "3.8"
1417
- "3.12"

0 commit comments

Comments
 (0)