From c7a2d6970b00f9aa9673300226fce368438cf858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikkel=20Hjortsh=C3=B8j?= Date: Thu, 29 Oct 2020 13:23:45 +0100 Subject: [PATCH] [CI] Switch xcode version back to 11.7 --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: |