File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 linux-gcc :
1313 name : ubuntu-${{ matrix.mode }}
1414
15- runs-on : ubuntu-latest
15+ runs-on : ubuntu-22.04
1616 defaults :
1717 run :
1818 shell : bash
@@ -143,7 +143,7 @@ jobs:
143143 centos7-gcc :
144144 name : centos-${{ matrix.mode }}
145145
146- runs-on : ubuntu-latest
146+ runs-on : ubuntu-22.04
147147 defaults :
148148 run :
149149 shell : bash
@@ -522,7 +522,7 @@ jobs:
522522 run : ./.github/bin/run-clang-format.sh
523523
524524 ClangTidy :
525- runs-on : ubuntu-latest
525+ runs-on : ubuntu-22.04
526526 if : ${{github.event_name == 'pull_request'}}
527527
528528 steps :
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ set(VERSION_MINOR 0)
3939# Add the spdlog directory to the include path
4040include_directories (${CMAKE_CURRENT_SOURCE_DIR} /third_party/spdlog/include ${CMAKE_CURRENT_SOURCE_DIR} /third_party/exprtk ${CMAKE_CURRENT_SOURCE_DIR} /third_party/scope_guard)
4141
42- set (VERSION_PATCH 433 )
42+ set (VERSION_PATCH 434 )
4343
4444
4545option (
You can’t perform that action at this time.
0 commit comments