build: use larger runner for build/tests
This commit is contained in:
3
.github/workflows/studio-tests.yml
vendored
3
.github/workflows/studio-tests.yml
vendored
@@ -22,7 +22,8 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
# Uses larger hosted runner as it significantly decreases build times
|
||||
runs-on: [larger-runner-4cpu]
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user