Skip to content

Commit

Permalink
fix: remove multi-core runner (waits forever)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmaeuer committed Feb 8, 2023
1 parent 2b01b6b commit e32cfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ env:
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest-8-cores
runs-on: ubuntu-latest
timeout-minutes: 90
permissions:
contents: read
Expand Down

0 comments on commit e32cfb8

Please sign in to comment.