|
77 | 77 | "build_type": ["Release", "Debug"], |
78 | 78 | "architecture": ["x64", "x86", "arm64"], |
79 | 79 | "msvc_runtime": ["static","dynamic"], |
80 | | - "xcode_version": ["16.2"], |
| 80 | + "xcode_version": ["16.3"], |
81 | 81 | "python_version": ["3.8"], |
82 | 82 |
|
83 | 83 | EXPANDED_KEY: { |
84 | 84 | "os": ["ubuntu-22.04", "macos-14", "windows-latest"], |
85 | | - "xcode_version": ["16.2"], |
| 85 | + "xcode_version": ["16.3"], |
86 | 86 | } |
87 | 87 | } |
88 | 88 | }, |
|
113 | 113 | "msvc_runtime": ["dynamic"], |
114 | 114 | "cpp_compiler_windows": ["VisualStudio2019"], |
115 | 115 | "cpp_compiler_linux": ["clang-11.0"], |
116 | | - "xcode_version": ["16.2"], # only the first one is used |
| 116 | + "xcode_version": ["16.3"], # only the first one is used |
117 | 117 | "ndk_version": ["r22b"], |
118 | 118 | "platform_version": ["28"], |
119 | 119 | "build_tools_version": ["28.0.3"], |
|
141 | 141 |
|
142 | 142 | "ios": { |
143 | 143 | "matrix": { |
144 | | - "xcode_version": ["16.2"], |
| 144 | + "xcode_version": ["16.3"], |
145 | 145 |
|
146 | 146 | EXPANDED_KEY: { |
147 | | - "xcode_version": ["16.2"] |
| 147 | + "xcode_version": ["16.3"] |
148 | 148 | } |
149 | 149 | } |
150 | 150 | }, |
|
0 commit comments