Skip to content

Commit dc375b8

Browse files
authored
Merge branch 'main' into feature/actors
2 parents b4fa8cc + d220ac7 commit dc375b8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: test release
7575
run: cd build && ctest -V -C Release
7676
x64-windows-vs22:
77-
runs-on: windows-latest
77+
runs-on: windows-2025
7878
steps:
7979
- uses: actions/checkout@v4
8080
- name: configure
@@ -88,11 +88,9 @@ jobs:
8888
- name: test release
8989
run: cd build && ctest -V -C Release
9090
x64-windows-clang:
91-
runs-on: windows-latest
91+
runs-on: windows-2025
9292
steps:
9393
- uses: actions/checkout@v4
94-
- name: init
95-
run: choco install ninja
9694
- name: configure
9795
run: cmake -S . --preset=ninja-clang -B build -DKVF_USE_FREETYPE=OFF
9896
- name: build debug

ext/src.zip

2.72 KB
Binary file not shown.

0 commit comments

Comments
 (0)