commit | cda44890458ff812043dc1d73b2a375cb8e313b3 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Tue Nov 15 13:40:33 2022 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Tue Nov 15 13:40:33 2022 -0500 |
tree | fcffcfde04df43828845507e9fe2180870ad8007 | |
parent | 044ecc93c63219905f04003a2bb549471bc04cb9 [diff] [blame] |
build: link with lld by default on Linux; add Xcode 14.1 to CI matrix Change-Id: Ie14db81bec544e7b502c17d46d19f206ae0bbd52
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