build: use larger runner for build/tests

This commit is contained in:
Kevin Grüneberg
2023-09-14 14:37:50 +02:00
parent 75a82e205e
commit 63f2a54938

View File

@@ -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: