From 9ca489189aecafeabb5b0631393bc3c72f393436 Mon Sep 17 00:00:00 2001 From: Carlos Quintana Date: Tue, 19 Oct 2021 09:54:29 +0200 Subject: [PATCH] Upgrade XCode version to 13.0 in Workflows --- .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..bccd223 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.0 uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: 12.2 + xcode-version: 13.0 id: xcode - name: Set up Go 1.x