From 30c41d86c10c66e50c28ff4cf35ae18fced411c9 Mon Sep 17 00:00:00 2001 From: mcbarton <150042563+mcbarton@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:05:58 +0000 Subject: [PATCH] Upgrade Windows ci runners to Windows 2025 (#429) --- .github/workflows/Windows.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Windows.yml b/.github/workflows/Windows.yml index 8a3f76e19..ba3efb570 100644 --- a/.github/workflows/Windows.yml +++ b/.github/workflows/Windows.yml @@ -21,24 +21,24 @@ jobs: fail-fast: false matrix: include: - - name: win2022-msvc-clang-repl-19 - os: windows-2022 + - name: win2025-msvc-clang-repl-19 + os: windows-2025 compiler: msvc clang-runtime: '19' cling: Off cppyy: Off llvm_enable_projects: "clang" llvm_targets_to_build: "host;NVPTX" - - name: win2022-msvc-clang-repl-18 - os: windows-2022 + - name: win2025-msvc-clang-repl-18 + os: windows-2025 compiler: msvc clang-runtime: '18' cling: Off cppyy: Off llvm_enable_projects: "clang" llvm_targets_to_build: "host;NVPTX" - - name: win2022-msvc-clang-repl-17 - os: windows-2022 + - name: win2025-msvc-clang-repl-17 + os: windows-2025 compiler: msvc clang-runtime: '17' cling: Off