Skip to content

Commit 324c959

Browse files
timgrahamaclark4life
authored andcommitted
try Mongo 8.0.15 on CI
1 parent 75873e9 commit 324c959

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-python-atlas.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ defaults:
1919
jobs:
2020
build:
2121
name: Django Test Suite
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout django-mongodb-backend
2525
uses: actions/checkout@v5
@@ -51,11 +51,11 @@ jobs:
5151
run: cp .github/workflows/runtests.py django_repo/tests/runtests_.py
5252
- name: Download crypt shared
5353
run: |
54-
wget https://downloads.mongodb.com/linux/mongo_crypt_shared_v1-linux-x86_64-enterprise-ubuntu2204-7.0.25.tgz
55-
tar -xvzf mongo_crypt_shared_v1-linux-x86_64-enterprise-ubuntu2204-7.0.25.tgz lib/mongo_crypt_v1.so
54+
wget https://downloads.mongodb.com/linux/mongo_crypt_shared_v1-linux-aarch64-enterprise-ubuntu2404-8.0.15.tgz
55+
tar -xvzf mongo_crypt_shared_v1-linux-aarch64-enterprise-ubuntu2404-8.0.15.tgz lib/mongo_crypt_v1.so
5656
- name: Start local Atlas
5757
working-directory: .
58-
run: bash .github/workflows/start_local_atlas.sh mongodb/mongodb-atlas-local:7
58+
run: bash .github/workflows/start_local_atlas.sh mongodb/mongodb-atlas-local:8.0.15
5959
- name: Run tests
6060
run: python3 django_repo/tests/runtests_.py
6161
permissions:

0 commit comments

Comments
 (0)