From 1eec789114242cd42739a43f51b4e72fce8a1ac8 Mon Sep 17 00:00:00 2001 From: Matthew Kilgore Date: Tue, 7 Jun 2022 00:09:43 -0400 Subject: [PATCH] Specify the XCode SDK version --- .github/workflows/build-process.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-process.yml b/.github/workflows/build-process.yml index faa428577..851a331fe 100644 --- a/.github/workflows/build-process.yml +++ b/.github/workflows/build-process.yml @@ -32,6 +32,11 @@ jobs: with: fetch-depth: 0 + - uses: maxim-lobanov/setup-xcode@v1 + if: ${{ matrix.os == 'macos-latest' }} + with: + xcode-version: '11.7.0' # MacOS 10.15 Catalina + # A deploy key is setup so that the potential push of ./internal/source can # trigger a new build. Care is taken to make sure loops cannot happen. - uses: webfactory/ssh-agent@v0.5.4