Skip to content

Commit dbbd262

Browse files
authored
Merge pull request #252 from Susko3/fix-win-x86
Fix libflac build by using windows-2022 for x86
2 parents 2fe9cb8 + 9f1c305 commit dbbd262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
platform:
1919
- { name: win-x64, os: windows-latest, flags: -A x64 }
20-
- { name: win-x86, os: windows-latest, flags: -A Win32 }
20+
- { name: win-x86, os: windows-2022, flags: -A Win32 }
2121
- { name: win-arm64, os: windows-latest, flags: -A ARM64 }
2222
- { name: linux-x64, os: ubuntu-22.04, flags: -GNinja, target_apt_arch: ":amd64" }
2323
- { name: linux-x86, os: ubuntu-22.04, flags: -GNinja -DCMAKE_C_FLAGS=-m32 -DCMAKE_CXX_FLAGS=-m32 -DWAVPACK_ENABLE_ASM=OFF, target_apt_arch: ":i386" }

0 commit comments

Comments
 (0)