diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee9c0f138..fb2cc3659 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,10 @@ jobs: build_macOS: runs-on: macOS-latest steps: + - name: Setup Xcode version + uses: maxim-lobanov/setup-xcode@v1.2.1 + with: + xcode-version: 11.7 - uses: actions/checkout@v1 - name: Download LLVM and setup PATH run: |