Skip to content

Commit ed9c8be

Browse files
committed
Switch to macOS node for IM7 easy setup (2)
1 parent 25b82b9 commit ed9c8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
gem install bundler
3535
bundle config set --local without 'development'
3636
bundle config set --local path .bundler
37-
bundle install --jobs "$(nproc)"
37+
bundle install --jobs "$(sysctl -n hw.physicalcpu)"
3838
3939
- name: Install Bundler only
4040
if: steps.cache-bundler.outputs.cache-hit == 'true'

0 commit comments

Comments
 (0)