From b959836483030dabd63a4618418386a3f7144028 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 19 Jul 2023 16:21:09 -0700 Subject: Limit CPU cores when running MSBuild CI (#3002) Co-authored-by: Yong He --- .github/workflows/windows-selfhosted.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/windows-selfhosted.yml b/.github/workflows/windows-selfhosted.yml index 9fc68e149..b3054f762 100644 --- a/.github/workflows/windows-selfhosted.yml +++ b/.github/workflows/windows-selfhosted.yml @@ -33,7 +33,7 @@ jobs: .\make-slang-tag-version.bat - MSBuild.exe slang.sln -v:m -m -property:Configuration=${{matrix.configuration}} -property:Platform=${{matrix.platform}} -property:WindowsTargetPlatformVersion=10.0.19041.0 + MSBuild.exe slang.sln -v:m -m -property:Configuration=${{matrix.configuration}} -property:Platform=${{matrix.platform}} -property:WindowsTargetPlatformVersion=10.0.19041.0 -maxcpucount:12 - name: test run: | $slangTestBinDir = ".\bin\windows-${{matrix.testPlatform}}\${{matrix.configuration}}\"; -- cgit v1.2.3