Skip to content

Commit

Permalink
fix(ci): AS-359 Update Ubuntu24 Binaries For MongoDB (#5269)
Browse files Browse the repository at this point in the history
  • Loading branch information
afoley587 authored Dec 13, 2024
1 parent 3053779 commit 79b8395
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_call

jobs:
test-app:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions package/db/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@
"x86_64": "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2204-7.0.4.tgz",
},
"24": {
"aarch64": "https://fastdl.mongodb.org/linux/mongodb-linux-aarch64-ubuntu2204-7.0.4.tgz",
"x86_64": "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2204-7.0.4.tgz",
"aarch64": "https://fastdl.mongodb.org/linux/mongodb-linux-aarch64-ubuntu2404-8.0.4.tgz",
"x86_64": "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2404-8.0.4.tgz",
},
},
}
Expand Down Expand Up @@ -175,7 +175,7 @@ def _get_download():
MONGODB_BINARIES = ["mongod"]


VERSION = "1.1.7"
VERSION = "1.2.0"


def get_version():
Expand Down

0 comments on commit 79b8395

Please sign in to comment.