Skip to content

Commit

Permalink
Add Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu committed Dec 17, 2024
1 parent 44ef24e commit 0bfa7e7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ams-utilizations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,12 @@ jobs:
- name: Set up MongoDB
run: |
bash ./install_mongodb.sh
mongodb_install_ubuntu_24_04:
runs-on: ubuntu-24.04

steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Set up MongoDB
run: |
bash ./install_mongodb.sh

0 comments on commit 0bfa7e7

Please sign in to comment.