Skip to content

Commit

Permalink
queue_types: increase modern x86_64 queue to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo98 committed Sep 28, 2023
1 parent c090482 commit 72bc557
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/queue_types.rb
Expand Up @@ -23,10 +23,8 @@ def self.name(type)

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

0 comments on commit 72bc557

Please sign in to comment.