File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 8
8
run-tests :
9
9
runs-on : macos-latest
10
10
strategy :
11
- matrix :
11
+ matrix :
12
12
os : ['tvOS', 'iOS']
13
13
steps :
14
14
- uses : actions/checkout@v2
15
15
- uses : maxim-lobanov/setup-xcode@v1
16
16
with :
17
- xcode-version : ' 13 .2.1 '
17
+ xcode-version : ' 16 .2.0 '
18
18
- uses : actions/cache@v4
19
19
id : carthage-cache
20
20
with :
Original file line number Diff line number Diff line change 39
39
- uses : actions/checkout@v2
40
40
- uses : maxim-lobanov/setup-xcode@v1
41
41
with :
42
- xcode-version : ' 13 .2.1 '
42
+ xcode-version : ' 16 .2.0 '
43
43
- name : build
44
44
run : |
45
45
sh ./Consumption-Tests/Shared/carthage.sh bootstrap --use-xcframeworks
65
65
66
66
git config user.email "pusher-ci@pusher.com"
67
67
git config user.name "Pusher CI"
68
-
68
+
69
69
git tag -a ${{ needs.build.outputs.tag }} -m "${{ needs.build.outputs.tag }}"
70
70
git push origin ${{ needs.build.outputs.tag }}
71
71
99
99
release_name : ${{ env.TAG }}
100
100
draft : false
101
101
prerelease : false
102
-
103
-
You can’t perform that action at this time.
0 commit comments