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: nodejs/node#45581
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
  • Loading branch information
panva authored and guangwong committed Jan 3, 2023
1 parent 009d10b commit d5f2961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ permissions:
jobs:
test-asan:
if: github.event.pull_request.draft == false && false
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
CC: clang
CXX: clang++
Expand Down

0 comments on commit d5f2961

Please sign in to comment.