diff --git a/.github/workflows/centreon-collect.yml b/.github/workflows/centreon-collect.yml index dddb6e18f1..f95ee4cf7c 100644 --- a/.github/workflows/centreon-collect.yml +++ b/.github/workflows/centreon-collect.yml @@ -472,8 +472,6 @@ jobs: include: - distrib: bookworm arch: amd64 - - distrib: jammy - arch: amd64 name: deliver ${{ matrix.distrib }} @@ -517,7 +515,7 @@ jobs: runs-on: [self-hosted, common] strategy: matrix: - distrib: [el8, el9, bookworm, jammy] + distrib: [el8, el9, bookworm] steps: - name: Checkout sources diff --git a/.github/workflows/libzmq.yml b/.github/workflows/libzmq.yml index af78b6fe68..291bfb1629 100644 --- a/.github/workflows/libzmq.yml +++ b/.github/workflows/libzmq.yml @@ -192,8 +192,6 @@ jobs: include: - distrib: bookworm arch: amd64 - - distrib: jammy - arch: amd64 name: deliver ${{ matrix.distrib }} ${{ matrix.arch }} @@ -224,7 +222,7 @@ jobs: runs-on: [self-hosted, common] strategy: matrix: - distrib: [el8, el9, bookworm, jammy] + distrib: [el8, el9, bookworm] steps: - name: Checkout sources diff --git a/.github/workflows/lua-curl.yml b/.github/workflows/lua-curl.yml index db984809ac..57f214b62a 100644 --- a/.github/workflows/lua-curl.yml +++ b/.github/workflows/lua-curl.yml @@ -178,8 +178,7 @@ jobs: include: - distrib: bookworm arch: amd64 - - distrib: jammy - arch: amd64 + name: deliver ${{ matrix.distrib }} ${{ matrix.arch }} steps: diff --git a/agent/installer/silent.nsi b/agent/installer/silent.nsi index cef6ecf1c3..42048eb160 100644 --- a/agent/installer/silent.nsi +++ b/agent/installer/silent.nsi @@ -479,4 +479,4 @@ Function un.silent_verify_admin SetErrorLevel 1 Quit ${EndIf} -FunctionEnd \ No newline at end of file +FunctionEnd