Commit 04670f4
authored
ci: XCode 16 deprecation on macOS 26 (#1243)
## 📜 Description
Fixed failing CI.
## 💡 Motivation and Context
XCode 16.4 is removed from macOS 26 runners. We want to test a specific
flow, when app is built with XCode 16 but runs on iOS 26. For that we
already build app on different XCodes. But in reality we can use ANY
xcode for e2e tests.
So in this PR I'm using compatible XCode version, but for each workflow
I'm using different artifacts. It fixes the failing CI and e2e iOS tests
can pass again.
Preparation for actions/runner-images#13345
## 📢 Changelog
<!-- High level overview of important changes -->
<!-- For example: fixed status bar manipulation; added new types
declarations; -->
<!-- If your changes don't affect one of platform/language below - then
remove this platform/language -->
### CI
- added `artifact` param
- use xcode 26 on macos 26
## 🤔 How Has This Been Tested?
Tested via this PR.
## 📸 Screenshots (if appropriate):
<img width="856" height="397" alt="image"
src="https://github.com/user-attachments/assets/6f122a11-2fc6-44ea-b0d3-bd924f9c34ee"
/>
## 📝 Checklist
- [x] CI successfully passed
- [x] I added new mocks and corresponding unit-tests if library API was
changed1 parent acbc7ae commit 04670f4
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| |||
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
| 120 | + | |
119 | 121 | | |
120 | 122 | | |
121 | 123 | | |
| |||
124 | 126 | | |
125 | 127 | | |
126 | 128 | | |
| 129 | + | |
127 | 130 | | |
128 | 131 | | |
129 | 132 | | |
| |||
132 | 135 | | |
133 | 136 | | |
134 | 137 | | |
| 138 | + | |
135 | 139 | | |
136 | 140 | | |
137 | 141 | | |
138 | 142 | | |
139 | 143 | | |
140 | 144 | | |
141 | 145 | | |
142 | | - | |
| 146 | + | |
| 147 | + | |
143 | 148 | | |
144 | 149 | | |
145 | 150 | | |
146 | 151 | | |
147 | 152 | | |
148 | 153 | | |
| 154 | + | |
149 | 155 | | |
150 | 156 | | |
151 | 157 | | |
| |||
158 | 164 | | |
159 | 165 | | |
160 | 166 | | |
161 | | - | |
| 167 | + | |
162 | 168 | | |
163 | 169 | | |
164 | 170 | | |
| |||
0 commit comments