From e3a44d468656c423d1c0f50a9212c604e2acb85c Mon Sep 17 00:00:00 2001 From: Francesco Biscani Date: Thu, 1 Aug 2024 14:50:05 +0200 Subject: [PATCH] Remove the LLVM 13 build.workflows/gha_ci.yml --- .github/workflows/gha_ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/gha_ci.yml b/.github/workflows/gha_ci.yml index 81cba6d3e..6a61654ab 100644 --- a/.github/workflows/gha_ci.yml +++ b/.github/workflows/gha_ci.yml @@ -104,9 +104,3 @@ jobs: - uses: actions/checkout@v4 - name: Build run: bash tools/gha_llvm14_conda_asan.sh - conda_llvm13_asan: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Build - run: bash tools/gha_llvm13_conda_asan.sh