We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900177a commit 97520e0Copy full SHA for 97520e0
.github/workflows/ci.yml
@@ -609,9 +609,15 @@ jobs:
609
fail-fast: false
610
matrix:
611
include:
612
+ #------------------
613
+ #Windows runners are much slower, split 32/64 bit jobs
614
- toolset: msvc-14.3
615
cxxstd: "14,17,20,latest"
- addrmd: 32,64
616
+ addrmd: 32
617
+ os: windows-2025
618
+ - toolset: msvc-14.3
619
+ cxxstd: "14,17,20,latest"
620
+ addrmd: 64
621
os: windows-2025
622
- toolset: clang-win
623
cxxstd: "14,17,latest"
@@ -629,6 +635,7 @@ jobs:
629
635
- name: Setup Boost
630
636
shell: cmd
631
637
run: |
638
+ Set-MpPreference -DisableRealtimeMonitoring $true
632
639
echo GITHUB_REPOSITORY: %GITHUB_REPOSITORY%
633
640
for /f %%i in ("%GITHUB_REPOSITORY%") do set LIBRARY=%%~nxi
634
641
echo LIBRARY: %LIBRARY%
0 commit comments