File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ jobs:
371371 needs : [format, git_checks]
372372 if : needs.git_checks.outputs.num_code_changes > 0
373373
374- runs-on : ${{ matrix.image }}
374+ runs-on : ${{ matrix.image }}${{ matrix.compiler == 'vs2026' && '-vs2026' || ''}}
375375 env :
376376 GH_YML_JOBNAME : ${{ matrix.os }}-${{ matrix.compiler }}${{ matrix.shared == 'static' && '-static' || ''}}-${{ matrix.parallel }}
377377 GH_YML_BASE_OS : Windows
@@ -391,15 +391,15 @@ jobs:
391391 compiler : vs2022
392392 - os : win2025
393393 image : windows-2025
394- compiler : vs2022
394+ compiler : vs2026
395395 - os : win2025
396396 image : windows-2025
397- compiler : vs2022
397+ compiler : vs2026
398398 parallel : serial
399399 - os : win2025
400400 image : windows-2025
401401 shared : static
402- compiler : vs2022
402+ compiler : vs2026
403403 parallel : serial
404404
405405 defaults :
Original file line number Diff line number Diff line change 7474 fetch-depth : 0
7575 - name : Generate common version file
7676 run : cmake -P scripts/ci/gh-actions/config/adios-version.cmake && echo VERSION.TXT
77- - uses : pypa/cibuildwheel@f03ac7617d6cff873ccf24cc0d567ef5ba5a9e6d # v4.0.0
77+ - uses : pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
7878 env :
7979 CIBW_BEFORE_ALL : yum install -y libcurl-devel openssl-devel
8080 CIBW_BUILD : >-
9898 fetch-depth : 0
9999 - name : Generate common version file
100100 run : cmake -P scripts/ci/gh-actions/config/adios-version.cmake && echo VERSION.TXT
101- - uses : pypa/cibuildwheel@f03ac7617d6cff873ccf24cc0d567ef5ba5a9e6d # v4.0.0
101+ - uses : pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
102102 env :
103103 CIBW_BEFORE_ALL : yum install -y libcurl-devel openssl-devel
104104 # abi3 wheel valid for all CPython >= 3.12 (enabled via pyproject.toml override)
@@ -120,7 +120,7 @@ jobs:
120120 fetch-depth : 0
121121 - name : Generate common version file
122122 run : cmake -P scripts/ci/gh-actions/config/adios-version.cmake && echo VERSION.TXT
123- - uses : pypa/cibuildwheel@f03ac7617d6cff873ccf24cc0d567ef5ba5a9e6d # v4.0.0
123+ - uses : pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
124124 env :
125125 CIBW_BEFORE_ALL : yum install -y libcurl-devel openssl-devel
126126 # free-threaded and prerelease are both opt-in groups in cibuildwheel;
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Python_FIND_STRATEGY:STRING=LOCATION
2323Python_FIND_FRAMEWORK:STRING=FIRST
2424" )
2525
26- set (CTEST_CMAKE_GENERATOR "Visual Studio 17 2022 " )
26+ set (CTEST_CMAKE_GENERATOR "Visual Studio 18 2026 " )
2727set (CTEST_CMAKE_GENERATOR_PLATFORM "x64" )
2828list (APPEND CTEST_UPDATE_NOTES_FILES "${CMAKE_CURRENT_LIST_FILE } " )
2929# https://github.com/ornladios/ADIOS2/issues/4276
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Python_FIND_STRATEGY:STRING=LOCATION
2626Python_FIND_FRAMEWORK:STRING=FIRST
2727" )
2828
29- set (CTEST_CMAKE_GENERATOR "Visual Studio 17 2022 " )
29+ set (CTEST_CMAKE_GENERATOR "Visual Studio 18 2026 " )
3030set (CTEST_CMAKE_GENERATOR_PLATFORM "x64" )
3131list (APPEND CTEST_UPDATE_NOTES_FILES "${CMAKE_CURRENT_LIST_FILE } " )
3232# https://github.com/ornladios/ADIOS2/issues/4276
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ ADIOS2_USE_Python:BOOL=OFF
2727ADIOS2_USE_HDF5_VOL:STRING=OFF
2828" )
2929
30- set (CTEST_CMAKE_GENERATOR "Visual Studio 17 2022 " )
30+ set (CTEST_CMAKE_GENERATOR "Visual Studio 18 2026 " )
3131set (CTEST_CMAKE_GENERATOR_PLATFORM "x64" )
3232list (APPEND CTEST_UPDATE_NOTES_FILES "${CMAKE_CURRENT_LIST_FILE } " )
3333include (${CMAKE_CURRENT_LIST_DIR } /ci-common.cmake )
You can’t perform that action at this time.
0 commit comments