Skip to content

Commit

Permalink
Remove unused macOS platforms (#2011)
Browse files Browse the repository at this point in the history
Related #1981
  • Loading branch information
meteorcloudy committed Jul 25, 2024
1 parent 19ebf1c commit 466722f
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions buildkite/bazelci.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,55 +519,13 @@
"queue": "macos",
"python": "python3",
},
"macos_legacy": {
"name": "macOS",
"emoji-name": ":darwin: macOS",
"publish_binary": [],
"queue": "macos_legacy",
"python": "python3",
},
"macos_v2": {
"name": "macOS",
"emoji-name": ":darwin: macOS",
"publish_binary": [],
"queue": "macos_v2",
"python": "python3",
},
"macos_qa": {
"name": "macOS QA",
"emoji-name": ":darwin: :fire_extinguisher:",
"publish_binary": [],
"queue": "macos_qa",
"python": "python3",
},
"macos_arm64_qa": {
"name": "macOS arm64 QA",
"emoji-name": ":darwin: arm64 :fire_extinguisher:",
"publish_binary": [],
"queue": "macos_arm64_qa",
"python": "python3",
},
"macos_arm64": {
"name": "macOS arm64",
"emoji-name": ":darwin: macOS arm64",
"publish_binary": ["macos_arm64"],
"queue": "macos_arm64",
"python": "python3",
},
"macos_arm64_legacy": {
"name": "macOS arm64",
"emoji-name": ":darwin: macOS arm64",
"publish_binary": [],
"queue": "macos_arm64_legacy",
"python": "python3",
},
"macos_arm64_v2": {
"name": "macOS arm64",
"emoji-name": ":darwin: macOS arm64",
"publish_binary": [],
"queue": "macos_arm64_v2",
"python": "python3",
},
"windows": {
"name": "Windows",
"emoji-name": ":windows: Windows",
Expand Down

0 comments on commit 466722f

Please sign in to comment.