Adjust nightly build (#3978)

Summary:
Fixes disk space issue: 75 GB -> 150 GB

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

S460776

Pull Request resolved: https://github.com/facebookresearch/faiss/pull/3978

Reviewed By: junjieqi

Differential Revision: D64722810

Pulled By: asadoughi

fbshipit-source-id: 0ae0f50e86bb0e8c19caa651a9dc496ebf700256
pull/3966/head
Amir Sadoughi 2024-10-21 19:19:39 -07:00 committed by Facebook GitHub Bot
parent da20af4ca5
commit e7d153dbf5
1 changed files with 1 additions and 1 deletions

View File

@ -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