We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14fc8c commit 979816bCopy full SHA for 979816b
1 file changed
.github/workflows/rtpproxy_ci.yml
@@ -54,10 +54,12 @@ jobs:
54
compiler: 'clang-16'
55
- os: 24.04
56
compiler: 'clang-17'
57
- - os: 24.04
58
- compiler: 'clang-18'
+# - os: 24.04
+# compiler: 'clang-18' <- this is the same as "clang" on 24.04
59
60
compiler: 'clang-19'
61
+ - os: 24.04
62
+ compiler: 'clang-20'
63
64
steps:
65
- uses: actions/checkout@v4
0 commit comments