Skip to content

Commit

Permalink
Update windows-build.yml [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
wxyzh authored Apr 1, 2024
1 parent 0ea432e commit efe68a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
compiler: [msvc, clang]
arch: [x64]
include:
- {os: windows-2022, windows-2019}
- { compiler: msvc, cc: cl, cxx: cl }
- { compiler: clang, cc: clang, cxx: clang++ }
- { compiler: msvc, arch: x86, cross_arch: x64_x86 }
- { compiler: msvc, arch: arm64, cross_arch: amd64_arm64 }
- { os: windows-2022, compiler: msvc, cc: cl, cxx: cl }
- { os: windows-2019, compiler: msvc, cc: cl, cxx: cl }
- { os: windows-2022,compiler: clang, cc: clang, cxx: clang++ }
- { os: windows-2022,compiler: msvc, arch: x86, cross_arch: x64_x86 }
- { os: windows-2019,compiler: msvc, arch: x86, cross_arch: x64_x86 }
env:
boost_version: 1.84.0
BOOST_ROOT: ${{ github.workspace }}\deps\boost-1.84.0
Expand Down

0 comments on commit efe68a8

Please sign in to comment.