Skip to content

Commit

Permalink
Adjust nightly build (facebookresearch#3978)
Browse files Browse the repository at this point in the history
Summary:
Fixes disk space issue: 75 GB -> 150 GB

https://www.internalfb.com/intern/opensource/ci/github-actions/runners/

S460776

Pull Request resolved: facebookresearch#3978

Reviewed By: junjieqi

Differential Revision: D64722810

Pulled By: asadoughi

fbshipit-source-id: 0ae0f50e86bb0e8c19caa651a9dc496ebf700256
  • Loading branch information
asadoughi authored and facebook-github-bot committed Oct 22, 2024
1 parent da20af4 commit e7d153d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
jobs:
linux-x86_64-nightly:
name: Linux x86_64 nightlies
runs-on: ubuntu-latest
runs-on: 4-core-ubuntu
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit e7d153d

Please sign in to comment.