Skip to content

Commit

Permalink
ci: reduce concurrency level to prevent OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
tdakkota committed Apr 16, 2022
1 parent ce39bca commit 3ede23d
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 3ede23d

Please sign in to comment.