File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
- uses : actions/checkout@v3
38
38
- uses : maxim-lobanov/setup-xcode@v1
39
39
with :
40
- xcode-version : 12.4
40
+ xcode-version : 14.1.0
41
41
- env :
42
42
SRCCLR_API_TOKEN : ${{ secrets.SRCCLR_API_TOKEN }}
43
43
run : |
56
56
- uses : actions/checkout@v3
57
57
- uses : maxim-lobanov/setup-xcode@v1
58
58
with :
59
- xcode-version : 12.4
59
+ xcode-version : 14.1.0
60
60
- id : prepare_for_release
61
61
name : Prepare for release
62
62
env :
79
79
- uses : actions/checkout@v3
80
80
- uses : maxim-lobanov/setup-xcode@v1
81
81
with :
82
- xcode-version : 12.4
82
+ xcode-version : 14.1.0
83
83
- name : Push to cocoapods.org
84
84
env :
85
85
GITHUB_TOKEN : ${{ secrets.CI_USER_TOKEN }}
Original file line number Diff line number Diff line change 50
50
- uses : actions/checkout@v3
51
51
- uses : maxim-lobanov/setup-xcode@v1
52
52
with :
53
- xcode-version : 12.4
53
+ xcode-version : 14.1.0
54
54
- name : set SDK Branch if PR
55
55
if : ${{ github.event_name == 'pull_request' }}
56
56
run : |
You can’t perform that action at this time.
0 commit comments