Avoid recursive call to `Insert` in the flat case.
[google-protobuf.git] / .github / BUILD.bazel
blob7ce6f2c2b805252ae67b829ee659be1e6417d816
1 # This information is extracted from the MacOS runner specs located at:
2 # https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md
4 # When updating, also ensure the "xcode_destination" entries in
5 # `.github/workflows/test_objectivec.yml` are supported for the given versions
6 # of Xcode.
7 xcode_version(
8     name = "version15_2_15C500b",
9     aliases = [
10         "15C500b",
11         "15.2",
12     ],
13     default_ios_sdk_version = "17.2",
14     default_macos_sdk_version = "14.2",
15     default_tvos_sdk_version = "17.2",
16     default_watchos_sdk_version = "10.2",
17     version = "15.2.0.15C500b",
20 xcode_version(
21     name = "version14_2_14C18",
22     aliases = [
23         "14C18",
24         "14.2",
25     ],
26     default_ios_sdk_version = "16.2",
27     default_macos_sdk_version = "13.1",
28     default_tvos_sdk_version = "16.1",
29     default_watchos_sdk_version = "9.1",
30     version = "14.2.0.14C18",
33 xcode_version(
34     name = "version14_1_0_14B47b",
35     aliases = [
36         "14B47b",
37         "14.1",
38     ],
39     default_ios_sdk_version = "16.1",
40     default_macos_sdk_version = "13.0",
41     default_tvos_sdk_version = "16.1",
42     default_watchos_sdk_version = "9.1",
43     version = "14.1.0.14B47b",
46 xcode_config(
47     name = "host_xcodes",
48     default = ":version14_2_14C18",
49     versions = [
50         ":version15_2_15C500b",
51         ":version14_2_14C18",
52         ":version14_1_0_14B47b",
53     ],