mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-06 18:56:40 -04:00
Fix Github Actions build failing on "Ubuntu 16.04 GCC" for 3 months
This commit is contained in:
parent
4f85b8b2c8
commit
ce6dd9b822
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -26,11 +26,6 @@ jobs:
|
|||||||
os: ubuntu-latest,
|
os: ubuntu-latest,
|
||||||
build_type: "Debug", cc: "gcc", cxx: "g++"
|
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",
|
name: "macOS Latest Clang",
|
||||||
os: macos-latest,
|
os: macos-latest,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user