File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ defaults:
1919jobs :
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 :
You can’t perform that action at this time.
0 commit comments