Skip to content

Commit

Permalink
queue_types: temporarily decrease arm64 slots
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo98 committed Sep 19, 2024
1 parent 403f1ff commit d97a75b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/queue_types.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ def self.name(type)

def self.slots(type)
case type
when MACOS_ARM64, MACOS_X86_64_LEGACY, MACOS_X86_64
when MACOS_X86_64_LEGACY, MACOS_X86_64
12
when MACOS_ARM64
10
else
raise ArgumentError, "Invalid queue type #{type}"
end
Expand Down

0 comments on commit d97a75b

Please sign in to comment.