From dcc8333f493f25349e37640c45ebce58db4d747f Mon Sep 17 00:00:00 2001 From: Simon Schwitanski <simon.schwitanski@rwth-aachen.de> Date: Tue, 21 Jan 2025 15:34:10 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f320255..d6cd5f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ build: stage: build variables: LLVM_VERSION: 14 - MUST_VERSION: 1.9.2 + MUST_VERSION: 1.10.0 parallel: matrix: - MPI_FLAVOR: [mpich, openmpi] -- GitLab