Skip to content

Commit

Permalink
GHA: Use all 4 new CPU cores on non-Mac runners (#8899)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke authored Jan 21, 2024
1 parent c4391b2 commit bf35228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
OS_NAME: ${{ startsWith(matrix.os, 'ubuntu') && 'linux' || (startsWith(matrix.os, 'macos') && 'osx' || '') }}
MODEL: ${{ matrix.model || '64' }}
HOST_DMD: dmd
N: ${{ startsWith(matrix.os, 'macos') && '3' || '2' }}
N: ${{ startsWith(matrix.os, 'macos') && '3' || '4' }}
FULL_BUILD: false
# work around https://issues.dlang.org/show_bug.cgi?id=23517
MACOSX_DEPLOYMENT_TARGET: '11'
Expand Down

0 comments on commit bf35228

Please sign in to comment.