File tree 3 files changed +8
-2
lines changed 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -106,3 +106,7 @@ AlignEscapedNewlines: Left
106
106
# initializer list in list-initialization.
107
107
SpaceBeforeCpp11BracedList : false
108
108
109
+ # Custom styles added by this project
110
+
111
+ # fix for https://bugreports.qt.io/browse/QTCREATORBUG-31858
112
+ StatementAttributeLikeMacros : [emit, Q_EMIT]
Original file line number Diff line number Diff line change 7
7
jobs :
8
8
lint :
9
9
name : Format / Lint
10
- runs-on : ubuntu-latest
10
+ # FIXME: ubuntu-latest has clang-format v18 which contains a bug: # https://bugreports.qt.io/browse/QTCREATORBUG-31858.
11
+ # Update this once ubuntu ships clang-format v19
12
+ runs-on : ubuntu-22.04
11
13
strategy :
12
14
fail-fast : false
13
15
steps :
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ jobs:
266
266
267
267
snap :
268
268
name : snap
269
- runs-on : ubuntu-latest
269
+ runs-on : ubuntu-22.04 # FIXME: See this issue before updating to ubuntu-24.08: https://github.com/actions/runner-images/issues/9932
270
270
steps :
271
271
- name : Checkout code
272
272
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments