From e4bd0952c038fb08e12350e9b8d060e544f0fbf3 Mon Sep 17 00:00:00 2001 From: Kristofer Hallin Date: Fri, 20 Sep 2024 09:17:35 +0200 Subject: [PATCH] Build packages on all branches and use ubuntu-latest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 672822e..d888dd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: create_deb_packet: needs: reset-run-number # if: github.ref == 'refs/heads/test-actions' - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest env: VERSION: "7.1.0" RUN_NUMBER: ${{ needs.reset-run-number.outputs.run-number }}