Skip to content

Commit

Permalink
actions: build, fuzz with clang-18
Browse files Browse the repository at this point in the history
  • Loading branch information
LDVG committed Jun 5, 2024
1 parent 4a3cde5 commit 82bb904
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- { os: ubuntu-22.04, cc: gcc-10 }
- { os: ubuntu-22.04, cc: gcc-11 }
- { os: ubuntu-22.04, cc: gcc-12 }
- { os: ubuntu-22.04, cc: clang-14 }
- { os: ubuntu-22.04, cc: clang-15 }
- { os: ubuntu-22.04, cc: clang-16 }
- { os: ubuntu-22.04, cc: clang-17 }
- { os: ubuntu-22.04, cc: clang-18 }
- { os: ubuntu-20.04, cc: i686-w64-mingw32-gcc-9 }
- { os: ubuntu-22.04, cc: i686-w64-mingw32-gcc-10 }
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-22.04 ]
cc: [ clang-17 ]
cc: [ clang-18 ]
sanitizer: [ asan, msan ]
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openssl3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- os: ubuntu-22.04
cc: gcc-12
- os: ubuntu-22.04
cc: clang-17
cc: clang-18
- os: ubuntu-22.04
cc: i686-w64-mingw32-gcc-10
steps:
Expand Down

0 comments on commit 82bb904

Please sign in to comment.