From f7e5b9a0e5bb00cc929e26732bf1731eb1a0b0ba Mon Sep 17 00:00:00 2001 From: Giorgio Vinciguerra Date: Wed, 4 Sep 2024 16:44:04 +0200 Subject: [PATCH] Updated build workflow --- .github/workflows/build.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8250bfb..2976933 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: shell: bash working-directory: ${{runner.workspace}}/build run: | - export CC=gcc-10 CXX=g++-10 + export CC=gcc-11 CXX=g++-11 cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE - name: Build diff --git a/README.md b/README.md index c4f727c..f6370e8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ LA-vector is a compressed bitvector/container supporting efficient random access