Skip to content

Commit

Permalink
fix(ci): Update github-hosted runner label
Browse files Browse the repository at this point in the history
  • Loading branch information
artmakh committed Jan 20, 2025
1 parent 457d8a7 commit 3dcb828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: echo "$OUTPUTS"

process-release:
runs-on: [ubuntu-22.04-github-hosted-32core]
runs-on: [ubuntu-24.04-github-hosted-32core]
needs: [release-please]
if: ${{ needs.release-please.outputs.releases_created == 'true' }}
steps:
Expand Down

0 comments on commit 3dcb828

Please sign in to comment.