File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 exclude :
3434 - msystem : CLANG64
3535 compiler : g++
36+ # the mingw-w64-i686-clang package is no longer available
37+ - msystem : MINGW32
38+ compiler : clang++
3639 fail-fast : false
3740
3841 runs-on : windows-2025
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
3232 - name : Setup msbuild.exe
3333 uses : microsoft/setup-msbuild@v2
3434
35- - name : Set up Python 3.13
35+ - name : Set up Python
3636 uses : actions/setup-python@v6
3737 with :
38- python-version : ' 3.13 '
38+ python-version : ' 3.14 '
3939 check-latest : true
4040
4141 - name : Install missing Python packages
Original file line number Diff line number Diff line change 4242
4343 - name : Prepare CMake
4444 run : |
45- cmake -S . -B cmake.output -Werror=dev --warn-uninitialized -DCMAKE_COMPILE_WARNING_AS_ERROR=On -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
45+ cmake -S . -B cmake.output -Werror=dev --warn-uninitialized -DCMAKE_CXX_STANDARD=23 - DCMAKE_COMPILE_WARNING_AS_ERROR=On -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
4646 env :
4747 CXX : clang-22
4848
You can’t perform that action at this time.
0 commit comments