From 7eb68e2cb1aad76236052a23600d1fd6a3049ab9 Mon Sep 17 00:00:00 2001 From: Pramod S Kumbhar Date: Tue, 17 Oct 2023 10:11:26 +0200 Subject: [PATCH] bump cmake version for NEURON --- .github/workflows/nmodl-ci.yml | 2 +- azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nmodl-ci.yml b/.github/workflows/nmodl-ci.yml index 40932e8c5f..70ab03d48e 100644 --- a/.github/workflows/nmodl-ci.yml +++ b/.github/workflows/nmodl-ci.yml @@ -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 jobs: ci: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 02f96583f4..34b0c2b2a6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -136,7 +136,7 @@ stages: fi ./bin/nrnivmodl-core $(Build.Repository.LocalPath)/test/integration/mod env: - CMAKE_PKG: 'cmake-3.15.0-Linux-x86_64' + CMAKE_PKG: 'cmake-3.17.0-Linux-x86_64' SHELL: 'bash' displayName: 'Build Neuron and Run Integration Tests' - job: 'osx11'