Skip to content

Commit

Permalink
CI: Updated nightly ASAN CI to use clang 14 (#1029)
Browse files Browse the repository at this point in the history
Updated asan CI to use clang 14

Signed-off-by: Jared Duffey <[email protected]>
  • Loading branch information
JDuffeyBQ authored Jul 30, 2024
1 parent f05b378 commit 37c3df5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
env:
VCPKG_BINARY_SOURCES: 'clear;nuget,GitHub,readwrite'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -45,8 +45,8 @@ jobs:
-source "https://nuget.pkg.github.com/BlueQuartzSoftware/index.json"
- name: Configure
env:
CC: clang-10
CXX: clang++-10
CC: clang-14
CXX: clang++-14
run: |
cmake --preset ci-asan ${{github.workspace}}
- name: Build
Expand Down

0 comments on commit 37c3df5

Please sign in to comment.