|
76 | 76 | "build_type": ["Release", "Debug"], |
77 | 77 | "architecture": ["x64", "x86", "arm64"], |
78 | 78 | "msvc_runtime": ["static","dynamic"], |
79 | | - "xcode_version": ["13.3.1"], |
| 79 | + "xcode_version": ["14.1"], |
80 | 80 | "python_version": ["3.7"], |
81 | 81 |
|
82 | 82 | EXPANDED_KEY: { |
83 | 83 | "os": ["ubuntu-20.04", "macos-12", "windows-latest"], |
84 | | - "xcode_version": ["13.3.1"], |
| 84 | + "xcode_version": ["14.1"], |
85 | 85 | } |
86 | 86 | } |
87 | 87 | }, |
|
112 | 112 | "msvc_runtime": ["dynamic"], |
113 | 113 | "cpp_compiler_windows": ["VisualStudio2019"], |
114 | 114 | "cpp_compiler_linux": ["clang-11.0"], |
115 | | - "xcode_version": ["13.3.1"], # only the first one is used |
| 115 | + "xcode_version": ["14.1"], # only the first one is used |
116 | 116 | "ndk_version": ["r22b"], |
117 | 117 | "platform_version": ["28"], |
118 | 118 | "build_tools_version": ["28.0.3"], |
|
140 | 140 |
|
141 | 141 | "ios": { |
142 | 142 | "matrix": { |
143 | | - "xcode_version": ["13.3.1"], |
| 143 | + "xcode_version": ["14.1"], |
144 | 144 |
|
145 | 145 | EXPANDED_KEY: { |
146 | | - "xcode_version": ["13.3.1"] |
| 146 | + "xcode_version": ["14.1"] |
147 | 147 | } |
148 | 148 | } |
149 | 149 | }, |
|
175 | 175 | "ios_min": {"type": "ftl", "device": "model=iphone8,version=14.7"}, |
176 | 176 | "ios_target": {"type": "ftl", "device": "model=iphone13pro,version=15.7"}, |
177 | 177 | "ios_latest": {"type": "ftl", "device": "model=iphone11pro,version=16.3"}, |
178 | | - "simulator_min": {"type": "virtual", "name":"iPhone 8", "version":"13.7"}, |
179 | | - "simulator_target": {"type": "virtual", "name":"iPhone 8", "version":"14.5"}, |
180 | | - "simulator_latest": {"type": "virtual", "name":"iPhone 11", "version":"15.2"}, |
181 | | - "tvos_simulator": {"type": "virtual", "name":"Apple TV", "version":"14.3"}, |
| 178 | + "simulator_min": {"type": "virtual", "name":"iPhone 8", "version":"15.2"}, |
| 179 | + "simulator_target": {"type": "virtual", "name":"iPhone 8", "version":"16.1"}, |
| 180 | + "simulator_latest": {"type": "virtual", "name":"iPhone 11", "version":"16.3.1"}, |
| 181 | + "tvos_simulator": {"type": "virtual", "name":"Apple TV", "version":"16.1"}, |
182 | 182 | } |
183 | | - |
| 183 | + |
184 | 184 |
|
185 | 185 |
|
186 | 186 | def get_value(workflow, test_matrix, parm_key, config_parms_only=False): |
|
0 commit comments