1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

CI: increase the FreeBSD memory limit to 4096

This commit is contained in:
Miles Liu 2022-11-20 14:50:39 +08:00
parent e6ff094e54
commit 9e8c422b3f
No known key found for this signature in database
GPG key ID: 4DB9B32F9B24A7A9

View file

@ -847,7 +847,7 @@ jobs:
job:
- { os: macos-12 , features: unix } ## GHA MacOS-11.0 VM won't have VirtualBox; refs: <https://github.com/actions/virtual-environments/issues/4060> , <https://github.com/actions/virtual-environments/pull/4010>
env:
mem: 2048
mem: 4096
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2