Upgrade XCode version to 13.0 in Workflows
This commit is contained in:
parent
2118a0e776
commit
9ca489189a
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.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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue