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:
19
19
jobs :
20
20
build :
21
21
name : Django Test Suite
22
- runs-on : ubuntu-22.04
22
+ runs-on : ubuntu-latest
23
23
steps :
24
24
- name : Checkout django-mongodb-backend
25
25
uses : actions/checkout@v5
@@ -51,11 +51,11 @@ jobs:
51
51
run : cp .github/workflows/runtests.py django_repo/tests/runtests_.py
52
52
- name : Download crypt shared
53
53
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
56
56
- name : Start local Atlas
57
57
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
59
59
- name : Run tests
60
60
run : python3 django_repo/tests/runtests_.py
61
61
permissions :
You can’t perform that action at this time.
0 commit comments