Skip to content

Commit

Permalink
cleanup of ci setup and ensure conan v2 is used
Browse files Browse the repository at this point in the history
  • Loading branch information
xann16 committed Apr 22, 2024
1 parent badff7a commit 2d4bbb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
os:
- ubuntu-22.04
compiler:
- llvm-18
- llvm-17
- gcc-13
mpi:
- 'mpich'
Expand All @@ -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: |
Expand Down

0 comments on commit 2d4bbb4

Please sign in to comment.