Skip to content

Commit 70a6e30

Browse files
authored
fix(ci): Update github-hosted runner label (#80)
# 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`.
1 parent 5df8c33 commit 70a6e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: echo "$OUTPUTS"
4040

4141
process-release:
42-
runs-on: [ubuntu-22.04-github-hosted-32core]
42+
runs-on: [ubuntu-24.04-github-hosted-32core]
4343
needs: [release-please]
4444
if: ${{ needs.release-please.outputs.releases_created == 'true' }}
4545
steps:

0 commit comments

Comments
 (0)