Skip to content

Commit

Permalink
use gcc@11 in CI [ammend]
Browse files Browse the repository at this point in the history
  • Loading branch information
bimalgaudel committed May 15, 2024
1 parent 1607ab4 commit ecd4caf
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 @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os : [ macos-latest ]
cxx : [ clang++, /usr/local/bin/g++-10 ]
cxx : [ clang++, /usr/local/bin/g++-11 ]
build_type : [ Release, Debug ]
task_backend: [ Pthreads, PaRSEC ]
prerequisites : [ gcc@11 boost eigen open-mpi bison scalapack ]
Expand Down

0 comments on commit ecd4caf

Please sign in to comment.