Skip to content

Commit

Permalink
CI: updated CMake to version 3.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pinam45 committed Jan 8, 2024
1 parent f29dbab commit 05ec521
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- pull_request

env:
CMAKE_VERSION: 3.22.2
CMAKE_VERSION: 3.28.1

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master

env:
CMAKE_VERSION: 3.22.2
CMAKE_VERSION: 3.28.1
DOXYGEN_VERSION: 1.9.3
DOXYGEN_LIBCLANG_VERSION: 9

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- pull_request

env:
CMAKE_VERSION: 3.22.2
CMAKE_VERSION: 3.28.1

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- pull_request

env:
CMAKE_VERSION: 3.22.2
CMAKE_VERSION: 3.28.1
CCACHE_VERSION: 4.9

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- pull_request

env:
CMAKE_VERSION: 3.22.2
CMAKE_VERSION: 3.28.1
CCACHE_VERSION: 4.9

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- pull_request

env:
CMAKE_VERSION: 3.22.2
CMAKE_VERSION: 3.28.1

jobs:
build:
Expand Down

0 comments on commit 05ec521

Please sign in to comment.