Skip to content

Commit

Permalink
Remove macos asan as the lib isnt available via homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilDohne committed Oct 16, 2024
1 parent 30c9e40 commit 1e2b998
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
os: macos-latest
compiler: gcc-13
compilercxx: g++-13
cflags: "-fsanitize=address"
cxxflags: "-fsanitize=address"
cflags: ""
cxxflags: ""

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake-valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
BUILD_TYPE: Debug

jobs:
test:
valgrind:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 1e2b998

Please # to comment.