Skip to content

Commit ce6dd9b

Browse files
committed
Fix Github Actions build failing on "Ubuntu 16.04 GCC" for 3 months
1 parent 4f85b8b commit ce6dd9b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ jobs:
2626
os: ubuntu-latest,
2727
build_type: "Debug", cc: "gcc", cxx: "g++"
2828
}
29-
- {
30-
name: "Ubuntu 16.04 GCC",
31-
os: ubuntu-16.04,
32-
build_type: "Debug", cc: "gcc", cxx: "g++"
33-
}
3429
- {
3530
name: "macOS Latest Clang",
3631
os: macos-latest,

0 commit comments

Comments
 (0)