From 84e07b30ab432a8d909c900802464327e6d7bca2 Mon Sep 17 00:00:00 2001 From: Sebastiano Milardo Date: Wed, 17 Jul 2024 17:34:12 +0200 Subject: [PATCH 1/4] Update vroom --- vroom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vroom b/vroom index 1fd711b..fb74026 160000 --- a/vroom +++ b/vroom @@ -1 +1 @@ -Subproject commit 1fd711bc8c20326dd8e9538e2c7e4cb1ebd67bdb +Subproject commit fb740269b021953b512f949f7376b73bf48c3d4f From e088ae4865a9d6b247c7c49bf9976ca1b58f408d Mon Sep 17 00:00:00 2001 From: Sebastiano Milardo Date: Wed, 17 Jul 2024 18:44:23 +0200 Subject: [PATCH 2/4] Update _vroom.cpp --- src/_vroom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_vroom.cpp b/src/_vroom.cpp index 1988d6a..553dfcd 100644 --- a/src/_vroom.cpp +++ b/src/_vroom.cpp @@ -42,7 +42,7 @@ #include "structures/typedefs.h" #include "structures/generic/edge.cpp" -#include "structures/generic/matrix.cpp" +#include "structures/generic/matrix.h" #include "structures/generic/undirected_graph.cpp" #include "structures/vroom/cost_wrapper.cpp" From f2f3a4be81653fe01d04bbf393b9f3255be075fb Mon Sep 17 00:00:00 2001 From: Sebastiano Milardo Date: Wed, 17 Jul 2024 18:59:08 +0200 Subject: [PATCH 3/4] Update pull_request.yml --- .github/workflows/pull_request.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 928cdc8..bb3a971 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -11,7 +11,10 @@ on: jobs: test: name: test - runs-on: ubuntu-latest + strategy: + matrix: + cxx: [g++-14] + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 From ea92f57f386d6bafc482a7693e47223137876ab9 Mon Sep 17 00:00:00 2001 From: Sebastiano Milardo Date: Wed, 17 Jul 2024 19:06:51 +0200 Subject: [PATCH 4/4] Update vroom --- vroom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vroom b/vroom index fb74026..bc29414 160000 --- a/vroom +++ b/vroom @@ -1 +1 @@ -Subproject commit fb740269b021953b512f949f7376b73bf48c3d4f +Subproject commit bc294146ea168d1b7ff3263c34a217c99072ea9d