Skip to content

Commit

Permalink
tools: have test-asan use ubuntu-20.04
Browse files Browse the repository at this point in the history
PR-URL: #45581
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
panva authored and ruyadorno committed Nov 24, 2022
1 parent 6e1e25d commit 160c88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-asan.yml
Expand Up @@ -39,7 +39,7 @@ permissions:
jobs:
test-asan:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
CC: clang
CXX: clang++
Expand Down

0 comments on commit 160c88e

Please sign in to comment.