Skip to content

Commit

Permalink
Upgrade Windows ci runners to Windows 2025 (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Jan 10, 2025
1 parent 17dbf43 commit 30c41d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30c41d8

Please # to comment.