From a386f8ea82d53c2bd909e1cb58e7c6edd77f7e38 Mon Sep 17 00:00:00 2001 From: farbanas Date: Wed, 21 Dec 2022 12:40:50 +0100 Subject: [PATCH] feat: testing if github-runner-3 would speed up things when building nym-wallet --- .github/workflows/nym-wallet-publish-ubuntu.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nym-wallet-publish-ubuntu.yml b/.github/workflows/nym-wallet-publish-ubuntu.yml index 04ff746851..7e7f2e7ea2 100644 --- a/.github/workflows/nym-wallet-publish-ubuntu.yml +++ b/.github/workflows/nym-wallet-publish-ubuntu.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [ubuntu-20.04] + platform: [github-runner-3] runs-on: ${{ matrix.platform }} steps: @@ -22,6 +22,7 @@ jobs: run: > sudo apt-get update && sudo apt-get install -y webkit2gtk-4.0 + - name: Check the release tag starts with `nym-wallet-` if: startsWith(github.ref, 'refs/tags/nym-wallet-') == false uses: actions/github-script@v3