Skip to content

Commit

Permalink
tools: run test-asan on ubuntu-22.04
Browse files Browse the repository at this point in the history
Closes: #45578
  • Loading branch information
targos committed Jun 30, 2024
1 parent dcebac8 commit c4ce525
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-24.04
env:
CC: sccache clang
CXX: sccache clang++
Expand Down

0 comments on commit c4ce525

Please sign in to comment.