Skip to content

Commit 01feca6

Browse files
committed
remove debian experimental; it's a moving target anyway
1 parent 65978c0 commit 01feca6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
image: ["debian:bookworm", "debian:testing", "debian:experimental"]
11+
image: ["debian:bookworm", "debian:testing"]
1212
include:
1313
- image: "debian:bookworm"
1414
clang: 15
1515
- image: "debian:testing"
1616
clang: 19
17-
- image: "debian:experimental"
18-
clang: 22
1917
container:
2018
image: ${{ matrix.image }}
2119
env:
@@ -33,7 +31,6 @@ jobs:
3331
apt-get install -yq \
3432
clang-${{ matrix.clang }} \
3533
clang-tidy-${{ matrix.clang }} \
36-
libstdc++-12-dev \
3734
cmake \
3835
libprotobuf-dev \
3936
make \

0 commit comments

Comments
 (0)