From 21cf1cde0d6066dca16a114571bf6170d33666f9 Mon Sep 17 00:00:00 2001 From: tdakkota Date: Sat, 16 Apr 2022 15:43:48 +0300 Subject: [PATCH] ci: reduce concurrency level to prevent OOM --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ca0b27157..099e66d4af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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]