diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5bf1f39..3fee8aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: - run: docker buildx create --use - name: Icinga 2 - run: git clone https://github.com/Icinga/icinga2.git + run: git clone -b support/2.15 https://github.com/Icinga/icinga2.git - name: Build run: ./build.bash ./icinga2 all