Skip to content

Commit

Permalink
work around asan bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-rsm-McKenzie committed May 24, 2023
1 parent 8cae455 commit 64ea456
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
config: [gcc-9, gcc-12, clang-11, clang-15]
config: [gcc-9, gcc-12, clang-13, clang-15]
arch: [x86, x64]
include:
- config: gcc-9
Expand All @@ -34,9 +34,9 @@ jobs:
- config: gcc-12
compiler: gcc
version: "12"
- config: clang-11
- config: clang-13
compiler: clang
version: "11"
version: "13"
- config: clang-15
compiler: clang
version: "15"
Expand Down

0 comments on commit 64ea456

Please sign in to comment.