From e5242c4c821d9327bf5f5992a705d5a905abfdf6 Mon Sep 17 00:00:00 2001 From: aiden vigue Date: Thu, 10 Jun 2021 01:06:46 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26e5b102..72cecf43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,10 @@ jobs: runs-on: macos-latest steps: + - uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: latest + - name: Checkout uses: actions/checkout@v1