Skip to content

Commit b2ad5a5

Browse files
authored
Use github runner os 22.04 (#1712)
1 parent d2794ac commit b2ad5a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ set(VERSION_MINOR 0)
3939
# Add the spdlog directory to the include path
4040
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)
4141

42-
set(VERSION_PATCH 433)
42+
set(VERSION_PATCH 434)
4343

4444

4545
option(

0 commit comments

Comments
 (0)