Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ jobs:
- name: Windows (latest, ninja + sccache)
os: windows-latest
USE_SCCACHE: 1
- name: Windows ClangCL (latest)
os: windows-latest
- name: Windows ClangCL (2022)
os: windows-2022

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Argh, I got confused by the Windows and Visual Studio versions. This probably should've been windows-2025 which comes with VS 2022... 😭

Image

VS_GENERATOR_TOOLSET: ClangCL
- name: LLVM-Mingw
os: windows-latest
Expand Down
Loading