Skip to content

Commit

Permalink
upgrade ubuntu and clang
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed May 16, 2024
1 parent 9ed0614 commit f4aec44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ permissions:
jobs:
test-asan:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
CC: clang
CXX: clang++
LINK: clang++
CC: clang-18
CXX: clang++-18
LINK: clang++-18
CONFIG_FLAGS: --enable-asan --debug-node
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
Expand Down

0 comments on commit f4aec44

Please sign in to comment.