commit | c24147576e63bafb67d159d743cefca4a7304e83 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Wed Nov 16 16:56:45 2022 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Wed Nov 16 16:56:45 2022 -0500 |
tree | 9d23aecef6f5d1eb0d778fb726c841acb59c02e9 | |
parent | 1d484531de3ffce768342827d1dd93f99c0577c1 [diff] [blame] |
build: link with lld by default on Linux; add Xcode 14.1 to CI matrix Change-Id: If40a5742748c5bc406663c16e852581eb4413759
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