From 7806a270336256da9c911c6e5388e8fcddcfc38d Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Thu, 26 Jan 2023 19:40:05 +0100
Subject: [PATCH] ci linux: boost python is not available for python 2 / ubuntu
 20.04

---
 .github/workflows/linux.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 196f10f8..b258dafc 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -8,10 +8,10 @@ jobs:
     runs-on: "ubuntu-${{ matrix.ubuntu }}.04"
     strategy:
       matrix:
-        python: [2, 3]
+        python: [3]
         ubuntu: [18, 20, 22]
-        exclude:
-          - ubuntu: 22
+        include:
+          - ubuntu: 18
             python: 2
     steps:
       - uses: actions/checkout@v3
-- 
GitLab