File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ jobs:
46
46
os : macos-15
47
47
device : " iPhone 16 Pro"
48
48
setup_runtime : false
49
- - ios : 17.4
49
+ - ios : 17.5
50
50
xcode : 15.4
51
- os : macos-14
51
+ os : macos-15
52
52
device : " iPhone 14 Pro"
53
53
setup_runtime : false
54
54
- ios : 16.4
55
- xcode : 15.3
55
+ xcode : 15.3 # fails on 15.4
56
56
os : macos-14
57
57
device : " iPhone 14 Pro"
58
58
setup_runtime : true
@@ -149,10 +149,10 @@ jobs:
149
149
150
150
build-xcode15 :
151
151
name : Build SDKs (Xcode 15.0)
152
- runs-on : macos-13
152
+ runs-on : macos-15
153
153
if : ${{ github.event_name != 'push' && github.event.inputs.snapshots != 'true' }}
154
154
env :
155
- XCODE_VERSION : " 15.0.1 "
155
+ XCODE_VERSION : " 15.4 "
156
156
steps :
157
157
- name : Connect Bot
158
158
uses :
webfactory/[email protected]
@@ -175,9 +175,9 @@ jobs:
175
175
176
176
automated-code-review :
177
177
name : Automated Code Review
178
- runs-on : macos-13
178
+ runs-on : macos-15
179
179
env :
180
- XCODE_VERSION : " 15.0.1 "
180
+ XCODE_VERSION : " 15.4 "
181
181
steps :
182
182
183
183
- uses : ./.github/actions/bootstrap
Original file line number Diff line number Diff line change 11
11
jobs :
12
12
test-release :
13
13
name : Start new release
14
- runs-on : macos-14
14
+ runs-on : macos-15
15
15
steps :
16
16
- name : Connect Bot
17
17
uses :
webfactory/[email protected]
32
32
GITHUB_TOKEN : ${{ secrets.CI_BOT_GITHUB_TOKEN }}
33
33
MATCH_PASSWORD : ${{ secrets.MATCH_PASSWORD }}
34
34
APPSTORE_API_KEY : ${{ secrets.APPSTORE_API_KEY }}
35
- XCODE_VERSION : " 15.0.1 "
35
+ XCODE_VERSION : " 15.4 "
Original file line number Diff line number Diff line change 46
46
47
47
automated-code-review :
48
48
name : Automated Code Review
49
- runs-on : macos-13
49
+ runs-on : macos-15
50
50
env :
51
- XCODE_VERSION : " 15.0.1 "
51
+ XCODE_VERSION : " 15.4 "
52
52
if : ${{ github.event_name != 'push' && github.event.inputs.snapshots != 'true' }}
53
53
steps :
54
54
@@ -65,10 +65,10 @@ jobs:
65
65
66
66
build-xcode15 :
67
67
name : Build SDKs (Xcode 15.0)
68
- runs-on : macos-13
68
+ runs-on : macos-15
69
69
if : ${{ github.event_name != 'push' && github.event.inputs.snapshots != 'true' }}
70
70
env :
71
- XCODE_VERSION : " 15.0.1 "
71
+ XCODE_VERSION : " 15.4 "
72
72
steps :
73
73
- name : Connect Bot
74
74
uses :
webfactory/[email protected]
You can’t perform that action at this time.
0 commit comments