ci(xmake): add test on x86 architecture due to a Vulkan issue (VKAPI_PTR)

Signed-off-by: 0verLighT <alexandre@0verlight.com>
This commit is contained in:
0verLighT
2026-01-27 21:07:41 +01:00
parent 26c47c3a95
commit 91b93a6f10

View File

@@ -16,7 +16,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [windows-latest] os: [windows-latest]
arch: [x64] arch: [x64, x86]
mode: [release] mode: [release]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}