We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c2004 commit 3b1f389Copy full SHA for 3b1f389
.github/workflows/test-asan.yml
@@ -39,7 +39,7 @@ permissions:
39
jobs:
40
test-asan:
41
if: github.event.pull_request.draft == false
42
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
43
env:
44
CC: clang
45
CXX: clang++
0 commit comments