We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f3118 commit 405aa41Copy full SHA for 405aa41
.github/workflows/packing.yml
@@ -463,14 +463,16 @@ jobs:
463
464
matrix:
465
target:
466
+ - os: debian
467
+ dist: bullseye # 11
468
+ # - os: debian
469
+ # dist: bookworm # 12
470
- os: ubuntu
471
dist: focal # 20.04
472
473
dist: jammy # 22.04
- - os: ubuntu
- dist: noble # 24.04
- - os: debian
- dist: bookworm # 12
474
+ # - os: ubuntu
475
+ # dist: noble # 24.04
476
477
steps:
478
- name: Clone the connector repo
0 commit comments