Skip to content

Commit

Permalink
CI updates (#706)
Browse files Browse the repository at this point in the history
* Add a TRACING build to CI

* Update MacOS version
  • Loading branch information
mjp41 authored Dec 11, 2024
1 parent eca2b93 commit 35cda3d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ jobs:
build-type: Debug
self-host: true
extra-cmake-flags: "-DSNMALLOC_USE_PTHREAD_DESTRUCTORS=On -DCMAKE_CXX_COMPILER=clang++-10 -DCMAKE_C_COMPILER=clang-10"
- os: "ubuntu-20.04"
variant: "Traced Build"
build-type: Release
extra-cmake-flags: "-DSNMALLOC_TRACING=On"
build-only: yes
- os: "ubuntu-20.04"
variant: "clang-10 libstdc++ (Build only)"
build-type: Release
Expand Down Expand Up @@ -111,7 +116,7 @@ jobs:
macos:
strategy:
matrix:
os: [ "macos-12", "macos-14" ]
os: [ "macos-13", "macos-14", "macos-15" ]
build-type: [ "Release", "Debug" ]
extra-cmake-flags: [ "", "-DSNMALLOC_USE_CXX17=ON" ]
fail-fast: false
Expand Down

0 comments on commit 35cda3d

Please sign in to comment.