Skip to content

Commit

Permalink
CI: Test on ubuntu 22
Browse files Browse the repository at this point in the history
  • Loading branch information
feliixx committed Dec 3, 2024
1 parent f44ae79 commit 946870b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:

env:
MONGO_VERSION: 8.0.3
UBUNTU_VERSION: linux-x86_64-ubuntu2004
UBUNTU_VERSION: linux-x86_64-ubuntu2204
# name of the binary, the service and the user running the
# service
APP_NAME: mongoplayground

jobs:
deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

environment: production

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:

env:
MONGO_VERSION: 8.0.3
UBUNTU_VERSION: linux-x86_64-ubuntu2004
UBUNTU_VERSION: linux-x86_64-ubuntu2204

jobs:
tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 946870b

Please sign in to comment.