commit | b68f28497e29a5cfcbb5ae2de33956f34e814760 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Thu Nov 17 19:07:04 2022 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Thu Nov 17 19:07:04 2022 -0500 |
tree | ddc624a782cba31e1d33ce5f88bf911e487a4bcd | |
parent | 03426efa2ce9df951264fa18fe50ce4f78ae2bb6 [diff] [blame] |
Use ndn-cxx's Segmenter in SegmentPublisher This commit also makes lld the preferred linker on Linux Change-Id: I3a66f2e79a5378d005046c61a8ec2d49345508d6
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