Skip to content

Commit

Permalink
Update actions/build
Browse files Browse the repository at this point in the history
  • Loading branch information
agievich committed May 8, 2024
1 parent d890fd6 commit dbf6e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
matrix:
include:
- BUILD_TYPE: Release
CXX: g++-13
CXX: g++
- BUILD_TYPE: Check
CXX: clang
- BUILD_TYPE: ASan
CXX: g++-9
CXX: clang
- BUILD_TYPE: MemSan
CXX: clang
- BUILD_TYPE: Debug
Expand Down

0 comments on commit dbf6e4d

Please sign in to comment.