Skip to content

Commit d3bc2f4

Browse files
Merge branch 'danmar:master' into chr_638
2 parents 550adb6 + 7360858 commit d3bc2f4

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/CI-mingw.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
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

.github/workflows/CI-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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

0 commit comments

Comments
 (0)