Skip to content

Commit

Permalink
ci: run sanitized test on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Oct 19, 2023
1 parent 53ba0a2 commit f91f7f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

clang-sanitizers:
needs: different-compilers
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
sanitizer: [address, leak]
Expand All @@ -119,7 +119,7 @@ jobs:

gcc-sanitizers:
needs: different-compilers
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
sanitizer: [leak, address]
Expand Down

0 comments on commit f91f7f8

Please # to comment.