Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Commit 7bbd5bf

Browse files
author
3np
committed
ci(unittests): run on both ubuntu-22.04, -24.04
1 parent 0d3fea3 commit 7bbd5bf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.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.9"
1417
- "3.12"

0 commit comments

Comments
 (0)