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 8f5900c commit 0cdcf45
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
matrix:
include:
- BUILD_TYPE: Release
CXX: g++
CXX: g++-12
- BUILD_TYPE: Check
CXX: g++
CXX: g++-10
- BUILD_TYPE: ASan
CXX: g++
CXX: g++-13
- BUILD_TYPE: MemSan
CXX: clang++
CXX: clang
- BUILD_TYPE: Debug
CXX: clang++
CXX: clang
steps:
- name: Get source
uses: actions/checkout@v3
Expand Down

0 comments on commit 0cdcf45

Please sign in to comment.