Skip to content

Commit

Permalink
changing the ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
ssadhu-sl committed Dec 19, 2024
1 parent 96f47c8 commit e0b33e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: make lint

test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
services:
postgres:
image: postgis/postgis:14-master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deply-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: make lint

test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
services:
postgres:
image: postgis/postgis:14-master
Expand Down

0 comments on commit e0b33e9

Please sign in to comment.