Skip to content

Commit

Permalink
use gcc@11 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bimalgaudel committed May 15, 2024
1 parent 95bdee5 commit 1607ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
cxx : [ clang++, /usr/local/bin/g++-10 ]
build_type : [ Release, Debug ]
task_backend: [ Pthreads, PaRSEC ]
prerequisites : [ gcc@10 boost eigen open-mpi bison scalapack ]
prerequisites : [ gcc@11 boost eigen open-mpi bison scalapack ]

name: "${{ matrix.os }}: ${{ matrix.cxx }} ${{ matrix.build_type }} ${{ matrix.task_backend }}"
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 1607ab4

Please sign in to comment.