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 10c3507 commit 2abc822
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++
CXX: g++-13
- BUILD_TYPE: Check
CXX: clang
- BUILD_TYPE: ASan
CXX: g++
CXX: g++-7
- BUILD_TYPE: MemSan
CXX: clang
- BUILD_TYPE: Debug
Expand Down

0 comments on commit 2abc822

Please sign in to comment.