Skip to content

Commit

Permalink
downgrade gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmang committed Oct 30, 2023
1 parent 22f2435 commit b0e7ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vendor_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
os: ["ubuntu-22.04", "ubuntu-20.04"]
build_type: ["Debug", "Release"]
compiler:
- { cc: "gcc", cxx: "g++"}
- { cc: "gcc", cxx: "g++", version: "11"}
- { cc: "clang", cxx: "clang++"}
runs-on: ${{matrix.os}}
steps:
Expand Down

0 comments on commit b0e7ec7

Please sign in to comment.