Skip to content

Commit 4f85b8b

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

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/subdir_example.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ jobs:
2020
os: ubuntu-latest,
2121
build_type: "Debug", cc: "gcc", cxx: "g++"
2222
}
23-
- {
24-
name: "Ubuntu 16.04 GCC",
25-
os: ubuntu-16.04,
26-
build_type: "Debug", cc: "gcc", cxx: "g++"
27-
}
2823
- {
2924
name: "macOS Latest Clang",
3025
os: macos-latest,

0 commit comments

Comments
 (0)