From e043dad2a62219518f328c5f97a60b8cd92520be Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 10 Jan 2020 16:09:45 +0100 Subject: [PATCH] Update ci_src_examples_win.yml --- .github/workflows/ci_src_examples_win.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_src_examples_win.yml b/.github/workflows/ci_src_examples_win.yml index d75bcefd4..4e5a8b888 100644 --- a/.github/workflows/ci_src_examples_win.yml +++ b/.github/workflows/ci_src_examples_win.yml @@ -6,6 +6,7 @@ jobs: build: runs-on: windows-latest strategy: + max-parallel: 1 matrix: compiler: [mingw, msvc16] bits: [32, 64] @@ -23,7 +24,7 @@ jobs: GENERATOR: "Visual Studio 16 2019" - compiler: msvc16 bits: 64 - GENERATOR: "Visual Studio 16 2019 Win64" + GENERATOR: "Visual Studio 16 2019 -A x64" env: CFLAGS: ${{ matrix.CFLAGS }}