Update the xcode version for building the library for iOS

We update xcode to version 13.2
This commit is contained in:
marin thiercelin 2021-12-15 11:00:01 +01:00
parent eb1cf0f75b
commit b97b3d886b
No known key found for this signature in database
GPG key ID: 117C025B1F21B2C6

View file

@ -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