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 5a6b85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 Down

0 comments on commit 5a6b85f

Please sign in to comment.