From e6016d690192ac61a374c403eebeec6dbe80d2ae Mon Sep 17 00:00:00 2001 From: Daniel Freytag Date: Wed, 21 Dec 2022 19:09:33 +0100 Subject: [PATCH] chore: improve github actions --- .github/workflows/linter.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index e04f486..18669fa 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -1,4 +1,3 @@ ---- name: Linter on: @@ -122,7 +121,7 @@ env: jobs: build: name: Lint Code Base - runs-on: ubuntu-latest + runs-on: ubuntu-latest-16-cores timeout-minutes: 90 permissions: contents: read