Skip to content

Commit ffb1aa0

Browse files
committed
ci: use old ubuntu for 3.7
Signed-off-by: Henry Schreiner <[email protected]>
1 parent ff974de commit ffb1aa0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,13 @@ jobs:
9696
- python-version: "3.13"
9797
runs-on: windows-latest
9898
cmake-version: "3.26.x"
99+
- python-version: "3.7"
100+
runs-on: ubuntu-22.04
101+
cmake-version: "3.15.x"
102+
exclude:
103+
- python-version: "3.7"
104+
runs-on: ubuntu-latest
105+
cmake-version: "3.15.x"
99106

100107
steps:
101108
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)