Skip to content

Commit 347ef44

Browse files
committed
fix: update windows image to 2025
* using hyperv doesnt fix infrastructure Signed-off-by: Kozlowski, Marek <[email protected]>
1 parent 169c323 commit 347ef44

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/docker/windows.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# escape=`
22

3-
ARG BASE_IMAGE=mcr.microsoft.com/dotnet/framework/runtime:4.8
3+
ARG BASE_IMAGE=mcr.microsoft.com/dotnet/framework/runtime:4.8-windowsservercore-ltsc2025
44
FROM ${BASE_IMAGE}
55

66
SHELL ["powershell"]

.github/workflows/build-multi.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,6 @@ jobs:
202202
${{ runner.os == 'Windows' && ' \
203203
--memory 16G ' || ' '
204204
}}\
205-
${{ runner.os == 'Windows' && ' \
206-
--isolation=hyperv ' || ' '
207-
}}\
208205
${{ matrix.os.vmaj != '' && format(' \
209206
--build-arg VMAJ={0} \
210207
--build-arg VMIN={1} ', matrix.os.vmaj, matrix.os.vmin) || ' '
@@ -218,9 +215,6 @@ jobs:
218215
docker run \
219216
--rm \
220217
--interactive \
221-
${{ runner.os == 'Windows' && ' \
222-
--isolation=hyperv ' || ' '
223-
}}\
224218
-v '${{ github.workspace }}':${MOUNT_TARGET} \
225219
-w ${MOUNT_TARGET}/level-zero/build \
226220
-e CCACHE_BASEDIR=${MOUNT_TARGET} \
@@ -249,9 +243,6 @@ jobs:
249243
docker run \
250244
--rm \
251245
--interactive \
252-
${{ runner.os == 'Windows' && ' \
253-
--isolation=hyperv ' || ' '
254-
}}\
255246
-v '${{ github.workspace }}':${MOUNT_TARGET} \
256247
-w ${MOUNT_TARGET}/build \
257248
-e CCACHE_BASEDIR=${MOUNT_TARGET} \

0 commit comments

Comments
 (0)