Skip to content

Commit 9acc5d0

Browse files
committed
Update debian_based_CI.yml
1 parent 341812d commit 9acc5d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/debian_based_CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
container_id: [debian, ubuntu]
18-
container_codename: [buster, focal, hirsute]
18+
container_codename: [buster, bionic, focal, hirsute]
1919
build_tool_flag: ["", -c]
2020
libtorrent_tag: [-lt RC_1_2, -lt RC_2_0]
2121
exclude:
22+
- container_id: debian
23+
container_codename: bionic
2224
- container_id: debian
2325
container_codename: focal
2426
- container_id: debian
2527
container_codename: hirsute
2628
- container_id: ubuntu
2729
container_codename: buster
28-
- container_id: ubuntu
29-
container_codename: sid
3030
include:
3131
- build_tool_flag: ""
3232
build_tool_name: qmake

0 commit comments

Comments
 (0)