Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Maas committed Nov 21, 2024
1 parent f9788d6 commit a9fd826
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/master_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,7 @@ jobs:

mt_kahypar_test_suite:
name: Test Suite
strategy:
matrix:
compiler: [ { os: ubuntu-24.04, cpp: g++-14, cc: gcc-14, install_cmd: g++-14 gcc-14 },
{ os: ubuntu-22.04, cpp: g++-11, cc: gcc-11, install_cmd: g++-11 gcc-11 } ]
runs-on: ${{ matrix.compiler.os }}
runs-on: ubuntu-22.04 # note: stay on 22.04 since lcov behaves weird on 24.04
env:
CI_ACTIVE : 1

Expand All @@ -97,9 +93,6 @@ jobs:
sudo apt-get install libtbb-dev libhwloc-dev libboost-program-options-dev lcov gcovr
- name: Install Mt-KaHyPar Test Suite
env:
CC: ${{ matrix.compiler.cc }}
CXX: ${{ matrix.compiler.cpp }}
run: |
rm -rf build
mkdir build
Expand Down

0 comments on commit a9fd826

Please sign in to comment.