Skip to content

Commit

Permalink
tools: run test-asan on ubuntu-latest
Browse files Browse the repository at this point in the history
Closes: nodejs#45578
  • Loading branch information
targos committed May 27, 2024
1 parent ff659fa commit dae1e1f
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
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
CC: clang
CXX: clang++
Expand Down

0 comments on commit dae1e1f

Please sign in to comment.