Skip to content

Commit d6f1d71

Browse files
panvarichardlau
authored andcommitted
tools: have test-asan use ubuntu-20.04
PR-URL: #45581 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent 370a00f commit d6f1d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-asan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323

2424
jobs:
2525
test-asan:
26-
runs-on: ubuntu-latest
26+
runs-on: ubuntu-20.04
2727
env:
2828
CC: clang
2929
CXX: clang++

0 commit comments

Comments
 (0)