Skip to content

Commit

Permalink
Update memsize formula
Browse files Browse the repository at this point in the history
  • Loading branch information
J G committed Oct 18, 2024
1 parent 0529534 commit fb5547d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ jobs:
build-mac:
runs-on: macOS-latest
steps:
- run: sysctl -a
- run: sysctl -n hw.memsize
- run: echo $(( $(sysctl -n hw.memsize) * 4 / (1073741824 * 11) ))

0 comments on commit fb5547d

Please sign in to comment.