Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Big Sur runner labels #11120

Merged
merged 1 commit into from Apr 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/doctor.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
tests:
strategy:
matrix:
version: ["11-arm", "11.0", "10.15", "10.14"]
version: ["11-arm64", "11", "10.15", "10.14"]
fail-fast: false
runs-on: ${{ matrix.version }}
env:
Expand Down
6 changes: 0 additions & 6 deletions Library/Homebrew/dev-cmd/dispatch-build-bottle.rb
Expand Up @@ -55,18 +55,12 @@ def dispatch_build_bottle
[MacOS::Version.new(os), arch&.to_sym]
end

# TODO: fix label name to be 11-arm64 instead.
arch = :arm if arch == :arm64

macos_label = if arch.present? && arch != :x86_64
"#{os}-#{arch}"
else
os.to_s
end

# TODO: fix label name to be 11 instead.
macos_label = "11.0" if macos_label == "11"

dispatching_for = "macOS #{macos_label}"
elsif T.unsafe(args).linux?
workflow = args.workflow || "linux-#{workflow}"
Expand Down