Skip to content

Commit eeb0b0e

Browse files
committed
Use hyperv for windows builds
Signed-off-by: Kozlowski, Marek <[email protected]>
1 parent 6c4f53f commit eeb0b0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-multi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@ jobs:
202202
${{ runner.os == 'Windows' && ' \
203203
--memory 16G ' || ' '
204204
}}\
205+
${{ runner.os == 'Windows' && ' \
206+
--isolation=hyperv ' || ' '
207+
}}\
205208
${{ matrix.os.vmaj != '' && format(' \
206209
--build-arg VMAJ={0} \
207210
--build-arg VMIN={1} ', matrix.os.vmaj, matrix.os.vmin) || ' '

0 commit comments

Comments
 (0)