build: Compile all dependencies with C++23 (#3129)

This commit is contained in:
Ayaz Salikhov
2026-06-30 21:03:31 +01:00
committed by GitHub
parent bc556fa0e7
commit 9cf2d52fbb
6 changed files with 7 additions and 7 deletions

View File

@@ -22,10 +22,10 @@ on:
- .github/actions/conan/action.yml
- ".github/scripts/conan/**"
- "!.github/scripts/conan/regenerate_lockfile.sh"
- conanfile.py
- conan.lock
- conan/profiles/**
push:
branches: [develop]
paths:
@@ -33,10 +33,10 @@ on:
- .github/actions/conan/action.yml
- ".github/scripts/conan/**"
- "!.github/scripts/conan/regenerate_lockfile.sh"
- conanfile.py
- conan.lock
- conan/profiles/**
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}