From 9dc61c11cb2035373912e4d8b5caf5aaf647c839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Conrad=20H=C3=BCbler?= Date: Fri, 19 Apr 2024 10:47:00 +0200 Subject: [PATCH] update ci pipeline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Conrad Hübler --- .github/workflows/ccpp.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 7a84428d..e102221f 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -31,7 +31,7 @@ jobs: uses: dev-drprasad/delete-older-releases@v0.3.3 with: # repo: c/ # defaults to current repo - keep_latest: 5 + keep_latest: 10 delete_tag_pattern: 2.5 # defaults to "" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -97,6 +97,7 @@ jobs: uses: e-t-l/setup-mingw@patch-1 with: platform: x64 + version: 12.1.0 - name: Install Qt uses: jurplel/install-qt-action@v3