changed runner for windows

This commit is contained in:
Mikhail Ryzhov 2023-08-17 14:57:29 +02:00
parent b8ed7368f9
commit 965040eaed

View File

@ -663,7 +663,7 @@ jobs:
defaults: defaults:
run: run:
shell: pwsh shell: pwsh
runs-on: windows-latest runs-on: windows-latest-8-cores
env: env:
INSTALL_DIR: "${{ github.workspace }}\\install" INSTALL_DIR: "${{ github.workspace }}\\install"
INSTALL_TEST_DIR: "${{ github.workspace }}\\install\\tests" INSTALL_TEST_DIR: "${{ github.workspace }}\\install\\tests"