You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/CI-unixish.yml
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -197,6 +197,15 @@ jobs:
197
197
matrix:
198
198
os: [ubuntu-22.04, macos-15]
199
199
cxxstd: [14, 17, 20]
200
+
# FIXME: macos-15 fails to compile with C++20
201
+
#
202
+
# /Users/runner/work/cppcheck/cppcheck/cmake.output/gui/test/projectfile/moc_testprojectfile.cpp:84:1: error: 'constinit' specifier is incompatible with C++ standards before C++20 [-Werror,-Wc++20-compat]
0 commit comments