commit | f855ec1d12ab952aa7517b14600e2d52eba0d7f1 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Wed Nov 16 16:08:35 2022 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Wed Nov 16 16:08:35 2022 -0500 |
tree | 160fa721601f2a86f6e2004c5ec83b7162fa1d4c | |
parent | f5006be472ce1d8adc8f6675f218f76513e5f1fa [diff] [blame] |
build: link with lld by default on Linux; add Xcode 14.1 to CI matrix Change-Id: I566d634054f2e773ebe4776fb55057d7cd077fd1
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