commit | f524801120d0e7c1645a483cda60d7465b525c27 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Tue Nov 15 14:25:34 2022 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Tue Nov 15 14:25:34 2022 -0500 |
tree | 93437788c7b022f8b7f56d853f58b3a743fff21c | |
parent | a3665fe0e29d3882ed99fda56e45f73616ff270a [diff] [blame] |
build: link with lld by default on Linux; add Xcode 14.1 to CI matrix Change-Id: Ia601e1e7e3706842ead7a06249ca45e276074972
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