We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c9c89 commit 2cd051eCopy full SHA for 2cd051e
.github/workflows/benchmark.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ${{ matrix.os }}
18
strategy:
19
matrix:
20
- os: ["macos-latest"]
+ os: ["ubuntu-22.04"]
21
python-version: ["3.10"]
22
fail-fast: false
23
steps:
@@ -28,12 +28,10 @@ jobs:
28
python-version: ${{ matrix.python-version }}
29
cache: 'pip'
30
cache-dependency-path: '**/setup.cfg'
31
- - name: Start MongoDB on MacOS
32
- run: |
33
- mkdir data
34
- mongod --fork --dbpath=$(pwd)/data --logpath=$PWD/mongo.log
35
- - name: Install pkg-config
36
- run: brew install pkg-config
+ - name: Start MongoDB
+ uses: supercharge/[email protected]
+ with:
+ mongodb-version: 6.0
37
- name: Install libbson
38
run: |
39
LIBBSON_INSTALL_DIR=$(pwd)/libbson ./build-libbson.sh
0 commit comments