Update the xcode version for building the library for iOS
We update xcode to version 13.2
This commit is contained in:
parent
eb1cf0f75b
commit
b97b3d886b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ios.yml
vendored
4
.github/workflows/ios.yml
vendored
|
|
@ -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.2
|
||||||
uses: maxim-lobanov/setup-xcode@v1
|
uses: maxim-lobanov/setup-xcode@v1
|
||||||
with:
|
with:
|
||||||
xcode-version: 12.2
|
xcode-version: 13.2
|
||||||
id: xcode
|
id: xcode
|
||||||
|
|
||||||
- name: Set up Go 1.x
|
- name: Set up Go 1.x
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue