Skip to content

Commit 7806a27

Browse files
committed
ci linux: boost python is not available for python 2 / ubuntu 20.04
1 parent 5d21341 commit 7806a27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: "ubuntu-${{ matrix.ubuntu }}.04"
99
strategy:
1010
matrix:
11-
python: [2, 3]
11+
python: [3]
1212
ubuntu: [18, 20, 22]
13-
exclude:
14-
- ubuntu: 22
13+
include:
14+
- ubuntu: 18
1515
python: 2
1616
steps:
1717
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)