We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac235b commit cb8df0aCopy full SHA for cb8df0a
.github/workflows/ci-windows.yml
@@ -32,7 +32,7 @@ concurrency:
32
jobs:
33
build_and_ctest:
34
name: Build and Test (windows, ASSERTIONS)
35
- runs-on: windows-2019
+ runs-on: windows-2022
36
strategy:
37
fail-fast: true
38
env:
build_tools/build_test_cpp.ps1
@@ -133,4 +133,3 @@ if ($llvm_install_dir -and (Test-Path "$llvm_install_dir"))
133
}
134
135
Copy-Item -Path "$build_dir/tools/testing/e2e/iree-e2e-matmul-test.exe" -Destination "$install_dir/bin" -Force
136
-Copy-Item -Path "$build_dir/tools/xrt_coreutil.dll" -Destination "$install_dir/python_packages/iree_runtime/iree/_runtime_libs" -Force
0 commit comments