Skip to content

Commit

Permalink
Fix Github Actions build failing on "Ubuntu 16.04 GCC" for 3 months
Browse files Browse the repository at this point in the history
  • Loading branch information
SRombauts committed Jan 7, 2022
1 parent 4f85b8b commit ce6dd9b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ jobs:
os: ubuntu-latest,
build_type: "Debug", cc: "gcc", cxx: "g++"
}
- {
name: "Ubuntu 16.04 GCC",
os: ubuntu-16.04,
build_type: "Debug", cc: "gcc", cxx: "g++"
}
- {
name: "macOS Latest Clang",
os: macos-latest,
Expand Down

0 comments on commit ce6dd9b

Please sign in to comment.