We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e8571 commit bea7280Copy full SHA for bea7280
.github/workflows/compliance_check.yml
@@ -24,7 +24,7 @@ on: [pull_request]
24
jobs:
25
style_check:
26
name: Coding style
27
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
28
steps:
29
- uses: actions/checkout@v3
30
with:
@@ -43,7 +43,7 @@ jobs:
43
44
style_license:
45
name: Licensing
46
47
48
49
@@ -63,7 +63,7 @@ jobs:
63
64
style_doxygen:
65
name: Doxygen Style
66
67
68
69
0 commit comments