Skip to content

Commit 170c3f6

Browse files
committed
ci: 2025
1 parent 4fd9893 commit 170c3f6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
key: ${{ matrix.target }}-${{ steps.get_time.outputs.timestamp }}
117117

118118
win32:
119-
runs-on: windows-latest
119+
runs-on: windows-2025
120120
env:
121121
VS: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise"
122122
CC: "ccache clang"
@@ -499,7 +499,7 @@ jobs:
499499
fi
500500
501501
msys2:
502-
runs-on: windows-latest
502+
runs-on: windows-2025
503503
strategy:
504504
fail-fast: false
505505
matrix:

ci/build-win32.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ clone-recursive = true
201201
meson setup build `
202202
--wrap-mode=forcefallback `
203203
-Ddefault_library=static `
204+
-Db_sanitize=address `
204205
-Dlibmpv=true `
205206
-Dtests=true `
206207
-Dgpl=true `

0 commit comments

Comments
 (0)