From b97b3d886b030bcc327a018a1704a275ae09665e Mon Sep 17 00:00:00 2001 From: marin thiercelin Date: Wed, 15 Dec 2021 11:00:01 +0100 Subject: [PATCH] Update the xcode version for building the library for iOS We update xcode to version 13.2 --- .github/workflows/ios.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 69cfc01..1749514 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -12,10 +12,10 @@ jobs: runs-on: macos-latest steps: - - name: Set up xcode 12.2 + - name: Set up xcode 13.2 uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: 12.2 + xcode-version: 13.2 id: xcode - name: Set up Go 1.x