Skip to content

Commit

Permalink
[INFRA] Bump CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Sep 8, 2022
1 parent 26d27e8 commit 696f121
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
cancel-in-progress: true

env:
CMAKE_VERSION: 3.10.3
CMAKE_VERSION: 3.15.7
SHARG_NO_VERSION_CHECK: 1
TZ: Europe/Berlin

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
cancel-in-progress: true

env:
CMAKE_VERSION: 3.10.3
CMAKE_VERSION: 3.15.7
SHARG_NO_VERSION_CHECK: 1
TZ: Europe/Berlin

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci_misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
build_threads: 2
test_threads: 1 # snippets create and delete files and some separate tests create/delete the same files
cxx_flags: "-std=c++20"
cmake: 3.10.3
cmake: 3.15.7
requires_toolchain: true
requires_ccache: true
skip_build_tests: false
Expand All @@ -57,7 +57,7 @@ jobs:
build_type: Debug
build_threads: 2
test_threads: 2
cmake: 3.10.3
cmake: 3.15.7
requires_toolchain: true
requires_ccache: true
skip_build_tests: false
Expand All @@ -70,7 +70,7 @@ jobs:
build_type: Debug
build_threads: 2
test_threads: 2
cmake: 3.10.3
cmake: 3.15.7
requires_toolchain: true
requires_ccache: true
skip_build_tests: false
Expand All @@ -80,7 +80,7 @@ jobs:
build: documentation
build_threads: 2
test_threads: 2
cmake: 3.10.3
cmake: 3.15.7
doxygen: 1.9.4
requires_toolchain: false
requires_ccache: false
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ VERSION
| | requirement | version | comment |
|-------------------|------------------------------------------------------|----------|---------------------------------------------|
|**compiler** | [GCC](https://gcc.gnu.org) | ≥ 10 | no other compiler is currently supported! |
|**build system** | [CMake](https://cmake.org) | ≥ 3.4 | optional, but recommended |
|**build system** | [CMake](https://cmake.org) | ≥ 3.15 | optional, but recommended |


## Sponsorships
Expand Down

0 comments on commit 696f121

Please sign in to comment.