Skip to content

Commit

Permalink
Trying different cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
iomaganaris committed Nov 7, 2023
1 parent d0b6cdf commit 419650a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
env:
CMAKE_BUILD_PARALLEL_LEVEL: 3
CTEST_PARALLEL_LEVEL: 1
DESIRED_CMAKE_VERSION: 3.15.0
DESIRED_CMAKE_VERSION: 3.15.1
PYTHON_VERSION: 3.8

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nmodl-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
env:
CTEST_PARALLEL_LEVEL: 1
PYTHON_VERSION: 3.8
DESIRED_CMAKE_VERSION: 3.15.0
DESIRED_CMAKE_VERSION: 3.15.1

jobs:
ci:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nmodl-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
env:
BUILD_TYPE: Release
PYTHON_VERSION: 3.8
DESIRED_CMAKE_VERSION: 3.15.0
DESIRED_CMAKE_VERSION: 3.15.1

jobs:
ci:
Expand Down

0 comments on commit 419650a

Please sign in to comment.