Skip to content

Commit 405aa41

Browse files
remove latest ubuntu and debian
1 parent 55f3118 commit 405aa41

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/packing.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -463,14 +463,16 @@ jobs:
463463

464464
matrix:
465465
target:
466+
- os: debian
467+
dist: bullseye # 11
468+
# - os: debian
469+
# dist: bookworm # 12
466470
- os: ubuntu
467471
dist: focal # 20.04
468472
- os: ubuntu
469473
dist: jammy # 22.04
470-
- os: ubuntu
471-
dist: noble # 24.04
472-
- os: debian
473-
dist: bookworm # 12
474+
# - os: ubuntu
475+
# dist: noble # 24.04
474476

475477
steps:
476478
- name: Clone the connector repo

0 commit comments

Comments
 (0)