Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: test release
run: cd build && ctest -V -C Release
x64-windows-vs22:
runs-on: windows-latest
runs-on: windows-2025
steps:
- uses: actions/checkout@v4
- name: configure
Expand All @@ -88,11 +88,9 @@ jobs:
- name: test release
run: cd build && ctest -V -C Release
x64-windows-clang:
runs-on: windows-latest
runs-on: windows-2025
steps:
- uses: actions/checkout@v4
- name: init
run: choco install ninja
- name: configure
run: cmake -S . --preset=ninja-clang -B build -DKVF_USE_FREETYPE=OFF
- name: build debug
Expand Down
Binary file modified ext/src.zip
Binary file not shown.