Skip to content

Commit

Permalink
Let the OS pick gcc version
Browse files Browse the repository at this point in the history
  • Loading branch information
Malacath-92 committed Nov 7, 2024
1 parent 38c726d commit 19f1e67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
build_type: [Debug, Release]
include:
- compiler: gcc
c_compiler: gcc-11
cxx_compiler: g++-11
c_compiler: gcc
cxx_compiler: g++
gen_metrics: OFF
- compiler: clang
c_compiler: clang
Expand Down

0 comments on commit 19f1e67

Please sign in to comment.