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 12
12
linux-gcc :
13
13
name : ubuntu-${{ matrix.mode }}
14
14
15
- runs-on : ubuntu-latest
15
+ runs-on : ubuntu-22.04
16
16
defaults :
17
17
run :
18
18
shell : bash
@@ -143,7 +143,7 @@ jobs:
143
143
centos7-gcc :
144
144
name : centos-${{ matrix.mode }}
145
145
146
- runs-on : ubuntu-latest
146
+ runs-on : ubuntu-22.04
147
147
defaults :
148
148
run :
149
149
shell : bash
@@ -522,7 +522,7 @@ jobs:
522
522
run : ./.github/bin/run-clang-format.sh
523
523
524
524
ClangTidy :
525
- runs-on : ubuntu-latest
525
+ runs-on : ubuntu-22.04
526
526
if : ${{github.event_name == 'pull_request'}}
527
527
528
528
steps :
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ set(VERSION_MINOR 0)
39
39
# Add the spdlog directory to the include path
40
40
include_directories (${CMAKE_CURRENT_SOURCE_DIR} /third_party/spdlog/include ${CMAKE_CURRENT_SOURCE_DIR} /third_party/exprtk ${CMAKE_CURRENT_SOURCE_DIR} /third_party/scope_guard )
41
41
42
- set (VERSION_PATCH 433 )
42
+ set (VERSION_PATCH 434 )
43
43
44
44
45
45
option (
You can’t perform that action at this time.
0 commit comments