Skip to content

Commit

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

Update github-hosted runner label

## Why ❔
Github update runner OS version
  • Loading branch information
artmakh authored Jan 20, 2025
1 parent e0a53eb commit f700940
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/protobuf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:

jobs:
compatibility:
runs-on: [ubuntu-22.04-github-hosted-16core]
runs-on: [ubuntu-24.04-github-hosted-16core]
steps:
- uses: mozilla-actions/[email protected]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/protobuf_conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:

jobs:
conformance:
runs-on: [ubuntu-22.04-github-hosted-16core]
runs-on: [ubuntu-24.04-github-hosted-16core]
steps:
- uses: actions/checkout@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yaml
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 All @@ -65,7 +65,7 @@ jobs:

- name: Login to crates.io
run: cargo login ${{ secrets.CRATES_IO_TOKEN }}

- name: Publish
working-directory: ./node
run: cargo ws publish --publish-as-is --allow-dirty
Expand All @@ -85,7 +85,7 @@ jobs:
with:
release-please-output: ${{ needs.release-please.outputs.release_please_output_json }}
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_RELEASES }}

- name: Notify about failure
if: failure()
uses: matter-labs/format-release-please-for-slack-action@69e6fe9e4ec531b7b5fb0d826f73c190db83cf42 # v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
jobs:
check-build-test:

runs-on: [ubuntu-22.04-github-hosted-16core]
runs-on: [ubuntu-24.04-github-hosted-16core]

defaults:
run:
Expand Down

0 comments on commit f700940

Please sign in to comment.