Skip to content

Commit

Permalink
ci: Use Ubuntu 24.04 for fledge, squash
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Nov 24, 2024
1 parent 73b16b9 commit d598481
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fledge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d598481

Please sign in to comment.