commit | 65ee9921497b5b7317e19abeebc80e297765032a | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Wed Nov 16 00:21:43 2022 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Sun Nov 20 22:08:09 2022 -0500 |
tree | 7701e03b27cd48c23f7ecca01e6d4ec1bdc88e44 | |
parent | 69904fcb73014df3b4f505259e49db398247c56e [diff] [blame] |
lsdb: use ndn-cxx's Segmenter This commit also makes lld the preferred linker on Linux Change-Id: I178ca7d28ad21d8a1e3f3daf99f80206e8b1c54e
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3495a8f..b551e45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml
@@ -52,6 +52,8 @@ include: - os: macos-12 xcode: '13.4' + - os: macos-12 + xcode: '14.1' steps: - name: Set up Xcode uses: maxim-lobanov/setup-xcode@v1