From 95d47742cbbca78e7e22f75440fbf4bf36353723 Mon Sep 17 00:00:00 2001 From: Michele Dolfi Date: Sun, 26 Jan 2025 14:22:21 +0100 Subject: [PATCH] update release steps Signed-off-by: Michele Dolfi --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 1f0502dc..e8d7d5c0 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -11,7 +11,7 @@ jobs: code-checks: uses: ./.github/workflows/checks.yml pre-release-check: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 outputs: TARGET_TAG_V: ${{ steps.version_check.outputs.TRGT_VERSION }} steps: @@ -31,7 +31,7 @@ jobs: needs: [code-checks, pre-release-check] if: needs.pre-release-check.outputs.TARGET_TAG_V != '' environment: auto-release - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 concurrency: release steps: - uses: actions/create-github-app-token@v1