feat: testing if github-runner-3 would speed up things when building nym-wallet

This commit is contained in:
farbanas
2022-12-21 12:40:50 +01:00
parent 32ad93c57e
commit a386f8ea82
@@ -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