Skip to content

Commit d6f1d71

Browse files
panvarichardlau
authored andcommittedNov 23, 2022
tools: have test-asan use ubuntu-20.04
PR-URL: #45581 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
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)
Please sign in to comment.