Skip to content

Commit

Permalink
fix(ci): Update github-hosted runner label (#80)
Browse files Browse the repository at this point in the history
# What ❔

Update github-hosted runner label

## Why ❔

Github update runner OS version

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [ ] Code has been formatted via `cargo fmt` and `cargo clippy`.
  • Loading branch information
artmakh authored Jan 23, 2025
1 parent 5df8c33 commit 70a6e30
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 70a6e30

Please sign in to comment.