Skip to content

Commit 3ae127c

Browse files
committed
ci: Use Ubuntu 24.04 for fledge, squash
1 parent 293ba34 commit 3ae127c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/fledge.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919

2020
jobs:
2121
check_fork:
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-24.04
2323
outputs:
2424
is_forked: ${{ steps.check.outputs.is_forked }}
2525
steps:
@@ -33,7 +33,7 @@ jobs:
3333
shell: bash
3434

3535
fledge:
36-
runs-on: ubuntu-latest
36+
runs-on: ubuntu-24.04
3737
needs: check_fork
3838
if: needs.check_fork.outputs.is_forked == 'false'
3939
permissions:
@@ -107,7 +107,7 @@ jobs:
107107
set -x
108108
gh pr create --base main --head fledge --fill-first
109109
gh workflow run rcc -f ref=$(git rev-parse HEAD)
110-
gh pr merge --merge --auto
110+
gh pr merge --squash --auto
111111
shell: bash
112112

113113
- name: Check release

0 commit comments

Comments
 (0)