Skip to content

Commit 477fcbd

Browse files
remove old debian versions from testing
1 parent cb7d081 commit 477fcbd

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Diff for: .github/workflows/packing.yml

+8-6
Original file line numberDiff line numberDiff line change
@@ -467,10 +467,12 @@ jobs:
467467
dist: focal # 20.04
468468
- os: ubuntu
469469
dist: jammy # 22.04
470+
# - os: debian
471+
# dist: buster # 10
472+
# - os: debian
473+
# dist: bullseye # 11
470474
- os: debian
471-
dist: buster # 10
472-
- os: debian
473-
dist: bullseye # 11
475+
dist: bookworm # 12
474476

475477
steps:
476478
- name: Clone the connector repo
@@ -500,9 +502,9 @@ jobs:
500502
path: deb_dist
501503

502504
- name: Install the package from deb artifacts
503-
run: |
504-
apt-get install zstd
505-
apt install -y `pwd`/deb_dist/python3-tarantool_*.deb
505+
# https://github.com/yktoo/indicator-sound-switcher/issues/113#issuecomment-1243975728
506+
# apt install zstd
507+
run: apt install -y `pwd`/deb_dist/python3-tarantool_*.deb
506508
env:
507509
DEBIAN_FRONTEND: noninteractive
508510

0 commit comments

Comments
 (0)