diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad9ddc2..b165727 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 diff --git a/ext/src.zip b/ext/src.zip index 19d9888..3082690 100644 Binary files a/ext/src.zip and b/ext/src.zip differ