From 2d4bbb4587475062bc5311f9a97f694a76903646 Mon Sep 17 00:00:00 2001 From: Maciej Manna Date: Mon, 22 Apr 2024 16:31:12 +0200 Subject: [PATCH] cleanup of ci setup and ensure conan v2 is used --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b9f265..24519cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: os: - ubuntu-22.04 compiler: - - llvm-18 + - llvm-17 - gcc-13 mpi: - 'mpich' @@ -34,9 +34,9 @@ jobs: uses: aminya/setup-cpp@v1 with: compiler: ${{ matrix.compiler }} - cmake: 3.22.1 - ninja: 1.10.1 - conan: true + cmake: 3.22 + ninja: 1.10 + conan: 2 - name: Setup Dependencies via Conan run: |