Skip to content

Commit

Permalink
Drop Debian 11/Bullseye from CI because C++20 is now a prerequisite.
Browse files Browse the repository at this point in the history
  • Loading branch information
BsAtHome committed Feb 6, 2025
1 parent a134dc1 commit 8ba2ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
image: ["debian:bullseye", "debian:bookworm", "debian:sid"]
image: ["debian:bookworm", "debian:sid"]
container:
image: ${{ matrix.image }}
# IPC_OWNER is needed for shmget IPC_CREAT
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
image: ["debian:bullseye", "debian:bookworm", "debian:sid"]
image: ["debian:bookworm", "debian:sid"]
container:
image: ${{ matrix.image }}
# IPC_OWNER is needed for shmget IPC_CREAT
Expand Down

0 comments on commit 8ba2ee3

Please sign in to comment.