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