Upgrade XCode version to 13.0 in Workflows

This commit is contained in:
Carlos Quintana 2021-10-19 09:54:29 +02:00
parent 2118a0e776
commit 9ca489189a
No known key found for this signature in database
GPG key ID: 68324E212E167F8E

View file

@ -12,10 +12,10 @@ jobs:
runs-on: macos-latest runs-on: macos-latest
steps: steps:
- name: Set up xcode 12.2 - name: Set up xcode 13.0
uses: maxim-lobanov/setup-xcode@v1 uses: maxim-lobanov/setup-xcode@v1
with: with:
xcode-version: 12.2 xcode-version: 13.0
id: xcode id: xcode
- name: Set up Go 1.x - name: Set up Go 1.x