99env :
1010 CTEST_OUTPUT_ON_FAILURE : ' 1'
1111 GTEST_OUTPUT : xml:${{ github.workspace }}/test-results/
12- boost_version : 1.84 .0
12+ boost_version : 1.86 .0
1313 cmake_common_args : >-
1414 -DCMAKE_FIND_ROOT_PATH=${{ github.workspace }}/dependencies
1515 -DCMAKE_PREFIX_PATH=${{ github.workspace }}/dependencies
1616 cores_count : ' 4'
1717 cores_mac_count : ' 3'
1818 dependency_location : " ${{ github.workspace }}/dependencies"
19- gtest_version : release-1.12.1
19+ gtest_version : v1.15.2
2020 msvc_version : 14.2
2121 msvc_toolset : 142
2222 test_results_location : " ${{ github.workspace }}/test-results"
@@ -134,7 +134,7 @@ jobs:
134134 - name : Publish test results
135135 uses : EnricoMi/publish-unit-test-result-action/macos@v2
136136 with :
137- check_name : Tests( Mac ${{ matrix.lib_type }} Debug)
137+ check_name : Tests ( Mac ${{ matrix.lib_type }} Debug)
138138 junit_files : " ${{ env.test_results_location }}/*.xml"
139139 - name : Clear test results
140140 run : rm *.xml
@@ -155,7 +155,7 @@ jobs:
155155 - name : Publish test results
156156 uses : EnricoMi/publish-unit-test-result-action/macos@v2
157157 with :
158- check_name : Mac- ${{ matrix.lib_type }}- Release
158+ check_name : Mac ( ${{ matrix.lib_type }} Release)
159159 junit_files : " ${{ env.test_results_location }}/*.xml"
160160 Windows :
161161 runs-on : windows-latest
@@ -192,7 +192,7 @@ jobs:
192192 max_attempts : 5
193193 command : |-
194194 $underscoreVersion = "${{ env.boost_version }}".replace(".", "_")
195- $url = "https://sourceforge.net/projects /boost/files /boost-binaries/${{ env.boost_version }}/boost_$underscoreVersion-msvc-${{ env.msvc_version }}-${{ matrix.bits }}.exe"
195+ $url = "https://versaweb.dl. sourceforge.net/project /boost/boost-binaries/${{ env.boost_version }}/boost_$underscoreVersion-msvc-${{ env.msvc_version }}-${{ matrix.bits }}.exe"
196196 (New-Object System.Net.WebClient).DownloadFile($url, "$env:TEMP\boost.exe")
197197 Start-Process -Wait -FilePath "$env:TEMP\boost.exe" "/SILENT","/SP-","/SUPPRESSMSGBOXES","/DIR=D:\boost"
198198 - name : Checkout gtest
0 commit comments