From d59848140755847991c58cbee33ec3d1ba398938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Fri, 22 Nov 2024 20:47:11 +0100 Subject: [PATCH] ci: Use Ubuntu 24.04 for fledge, squash --- .github/workflows/fledge.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/fledge.yaml b/.github/workflows/fledge.yaml index b197fb35..23cffe5f 100644 --- a/.github/workflows/fledge.yaml +++ b/.github/workflows/fledge.yaml @@ -19,7 +19,7 @@ concurrency: jobs: check_fork: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 outputs: is_forked: ${{ steps.check.outputs.is_forked }} steps: @@ -33,7 +33,7 @@ jobs: shell: bash fledge: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 needs: check_fork if: needs.check_fork.outputs.is_forked == 'false' permissions: @@ -107,7 +107,7 @@ jobs: set -x gh pr create --base main --head fledge --fill-first gh workflow run rcc -f ref=$(git rev-parse HEAD) - gh pr merge --merge --auto + gh pr merge --squash --auto shell: bash - name: Check release