Skip to content

Commit cb8df0a

Browse files
authored
[CI] Bump windows-2019 to windows-2022 (#1293)
Windows-2019 is being deprecated: actions/runner-images#12045
1 parent 4ac235b commit cb8df0a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ concurrency:
3232
jobs:
3333
build_and_ctest:
3434
name: Build and Test (windows, ASSERTIONS)
35-
runs-on: windows-2019
35+
runs-on: windows-2022
3636
strategy:
3737
fail-fast: true
3838
env:

build_tools/build_test_cpp.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,3 @@ if ($llvm_install_dir -and (Test-Path "$llvm_install_dir"))
133133
}
134134

135135
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

Comments
 (0)