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 a5aa467 commit 4f85b8b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/subdir_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,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 4f85b8b

Please sign in to comment.