Merge pull request #8108 from def-/pr-clang-sanitizer-ubuntu

Try older Ubuntu version for clang sanitizer
This commit is contained in:
heinrich5991 2024-03-16 19:35:07 +00:00 committed by GitHub
commit 67cbac8b7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ on:
jobs:
check-clang-san:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
CARGO_HTTP_MULTIPLEXING: false
steps: