Skip to content

Commit 979816b

Browse files
committed
Disable clang-18 on ununtu 24.04 (it's the same as clang), add
clang-20.
1 parent c14fc8c commit 979816b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/rtpproxy_ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,12 @@ jobs:
5454
compiler: 'clang-16'
5555
- os: 24.04
5656
compiler: 'clang-17'
57-
- os: 24.04
58-
compiler: 'clang-18'
57+
# - os: 24.04
58+
# compiler: 'clang-18' <- this is the same as "clang" on 24.04
5959
- os: 24.04
6060
compiler: 'clang-19'
61+
- os: 24.04
62+
compiler: 'clang-20'
6163

6264
steps:
6365
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)