From e541be3b44addf2814e691c43dc676508aef2b60 Mon Sep 17 00:00:00 2001 From: Feba Date: Mon, 30 Dec 2024 15:05:00 +0000 Subject: [PATCH] changing the ubuntu version --- .github/workflows/deploy.yml | 2 +- .github/workflows/deply-to-dev.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 72cad991..dc7691de 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/.github/workflows/deply-to-dev.yml b/.github/workflows/deply-to-dev.yml index 20c0a71f..c568b052 100644 --- a/.github/workflows/deply-to-dev.yml +++ b/.github/workflows/deply-to-dev.yml @@ -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