@@ -129,7 +129,7 @@ jobs:
129
129
# be indented for readability in the workflow output.
130
130
if : github.repository_owner == 'oneapi-src'
131
131
needs : [config, build-quick]
132
- runs-on : ${{ matrix.os.name == 'windows' && 'windows-latest ' || 'ubuntu-latest' }}
132
+ runs-on : ${{ matrix.os.name == 'windows' && 'windows-2022 ' || 'ubuntu-latest' }}
133
133
strategy :
134
134
fail-fast : false
135
135
matrix :
@@ -202,9 +202,6 @@ jobs:
202
202
${{ runner.os == 'Windows' && ' \
203
203
--memory 16G ' || ' '
204
204
}}\
205
- ${{ runner.os == 'Windows' && ' \
206
- --isolation=hyperv ' || ' '
207
- }}\
208
205
${{ matrix.os.vmaj != '' && format(' \
209
206
--build-arg VMAJ={0} \
210
207
--build-arg VMIN={1} ', matrix.os.vmaj, matrix.os.vmin) || ' '
@@ -218,9 +215,6 @@ jobs:
218
215
docker run \
219
216
--rm \
220
217
--interactive \
221
- ${{ runner.os == 'Windows' && ' \
222
- --isolation=hyperv ' || ' '
223
- }}\
224
218
-v '${{ github.workspace }}':${MOUNT_TARGET} \
225
219
-w ${MOUNT_TARGET}/level-zero/build \
226
220
-e CCACHE_BASEDIR=${MOUNT_TARGET} \
@@ -249,9 +243,6 @@ jobs:
249
243
docker run \
250
244
--rm \
251
245
--interactive \
252
- ${{ runner.os == 'Windows' && ' \
253
- --isolation=hyperv ' || ' '
254
- }}\
255
246
-v '${{ github.workspace }}':${MOUNT_TARGET} \
256
247
-w ${MOUNT_TARGET}/build \
257
248
-e CCACHE_BASEDIR=${MOUNT_TARGET} \
0 commit comments