From 1e7f540444669c028a4def57abe87980789a25c6 Mon Sep 17 00:00:00 2001 From: Liam Keegan Date: Tue, 8 Oct 2024 08:33:23 +0200 Subject: [PATCH] Bump dependencies --- .github/workflows/ci.yml | 8 ++++---- ext/Catch2 | 2 +- ext/abseil-cpp | 2 +- ext/benchmark | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08af407..0df6103 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: submodules: "recursive" - uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.12" - run: | if [ "$RUNNER_OS" == "Linux" ]; then sudo apt-get update -yy && sudo apt-get install -yy libopenblas-openmp-dev @@ -47,7 +47,7 @@ jobs: run: | mkdir build && cd build cmake -DBUILD_TESTING=ON -DCMAKE_BUILD_TYPE=Release -DHPCPP_WITH_BLAS=$HPCPP_WITH_BLAS .. - cmake --build . --config Release -j 3 + cmake --build . --config Release -j 4 ctest - name: Run benchmark run: | @@ -66,13 +66,13 @@ jobs: submodules: "recursive" - uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.12" - run: pip install gcovr - name: Build & test run: | mkdir build && cd build cmake -DBUILD_TESTING=ON -DHPCPP_BUILD_BENCHMARKS=OFF -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="--coverage" .. - cmake --build . -j 3 + cmake --build . -j 4 ctest - name: Generate coverage report run: | diff --git a/ext/Catch2 b/ext/Catch2 index 216713a..62fd660 160000 --- a/ext/Catch2 +++ b/ext/Catch2 @@ -1 +1 @@ -Subproject commit 216713a4066b79d9803d374f261ccb30c0fb451f +Subproject commit 62fd660583d3ae7a7886930b413c3c570e89786c diff --git a/ext/abseil-cpp b/ext/abseil-cpp index 5ed7766..4447c75 160000 --- a/ext/abseil-cpp +++ b/ext/abseil-cpp @@ -1 +1 @@ -Subproject commit 5ed77665c4d697f657fa1362b5a482450f858cdc +Subproject commit 4447c7562e3bc702ade25105912dce503f0c4010 diff --git a/ext/benchmark b/ext/benchmark index 0d98dba..12235e2 160000 --- a/ext/benchmark +++ b/ext/benchmark @@ -1 +1 @@ -Subproject commit 0d98dba29d66e93259db7daa53a9327df767a415 +Subproject commit 12235e24652fc7f809373e7c11a5f73c5763fc4c