diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d1f0dcf0..f6fdc0582 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -666,6 +666,10 @@ jobs: if: matrix.os == 'ubuntu-20.04' run: sudo apt-get install libclang-10-dev + - name: Set XCode version to 12.2 + if: matrix.os == 'macos-10.15' + run: sudo xcode-select -s /Applications/Xcode_12.2.app/Contents/Developer + - name: Download ${{ needs.build-linux-lib.outputs.cache-key }} artifacts uses: actions/download-artifact@v2 with: