From f700940dcdb798d30003fa2940676f7ad6825894 Mon Sep 17 00:00:00 2001 From: Artem Makhortov <13339874+artmakh@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:34:38 +0700 Subject: [PATCH] fix(ci): Update github-hosted runner label (#229) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## What ❔ Update github-hosted runner label ## Why ❔ Github update runner OS version --- .github/workflows/protobuf.yaml | 2 +- .github/workflows/protobuf_conformance.yaml | 2 +- .github/workflows/release-please.yaml | 6 +++--- .github/workflows/rust.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/protobuf.yaml b/.github/workflows/protobuf.yaml index 53e301edc..2a5352ff4 100644 --- a/.github/workflows/protobuf.yaml +++ b/.github/workflows/protobuf.yaml @@ -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/sccache-action@v0.0.3 diff --git a/.github/workflows/protobuf_conformance.yaml b/.github/workflows/protobuf_conformance.yaml index c77156e82..3a5b8dcfe 100644 --- a/.github/workflows/protobuf_conformance.yaml +++ b/.github/workflows/protobuf_conformance.yaml @@ -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: diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index ab543d154..57343b9ac 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -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: @@ -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 @@ -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 diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b563a857b..895f6627d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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: