Skip to content

Commit

Permalink
Merge pull request #741 from tdakkota/ci/reduce-parallel-workers-to-p…
Browse files Browse the repository at this point in the history
…revent-oom

ci: reduce concurrency level to prevent OOM
  • Loading branch information
ernado committed Apr 17, 2022
2 parents ce39bca + 21cf1cd commit e573de9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -20,11 +20,16 @@ jobs:
runner:
- ubuntu-latest
- macos-latest
- windows-latest
include:
- arch: 386
go: 1.18
runner: ubuntu-latest

- arch: amd64
runner: windows-latest
go: 1.18
flags: "-p=1"

- arch: amd64
go: 1.18
runner: [self-hosted, linux, x64]
Expand Down

0 comments on commit e573de9

Please sign in to comment.