Skip to content

Commit

Permalink
Do not build Debian 11 package, as MPI support is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
popescu-v committed Jan 12, 2024
1 parent 14372e4 commit 9956e67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pack-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [debian10, debian11, ubuntu22.04, ubuntu20.04]
os: [debian10, ubuntu22.04, ubuntu20.04]
container:
image: ghcr.io/khiopsml/khiops/khiopsdev-${{ matrix.os }}:latest
steps:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [debian10, debian11, ubuntu22.04, ubuntu20.04]
os: [debian10, ubuntu22.04, ubuntu20.04]
container:
image: ghcr.io/khiopsml/khiops/khiopsdev-${{ matrix.os }}:latest
steps:
Expand Down

0 comments on commit 9956e67

Please sign in to comment.