Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24 (#4183)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency ubuntu to v24

* Update Dockerfile

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jin Igarashi <[email protected]>
  • Loading branch information
renovate[bot] and JinIgarashi authored Sep 30, 2024
1 parent b0d57d2 commit e7ea27e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ jobs:
name: Build and deploy Static Image API to ACR
needs: changes
if: ${{ github.repository == 'undp-data/geohub' && needs.changes.outputs.staticapi == 'true' }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
environment:
name: Static Image API
url: https://staticimage.undpgeohub.org
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:
name: Build and deploy Static Image API to GitHub Package
needs: changes
if: ${{ needs.changes.outputs.staticapi == 'true' }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
environment:
name: Static Image API
url: https://staticimage.undpgeohub.org
Expand Down Expand Up @@ -382,7 +382,7 @@ jobs:
name: Deploy pg_tileserv to Kubernetes
needs: changes
if: ${{ github.ref == 'refs/heads/develop' && needs.changes.outputs.pgtileserv == 'true' }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
PGTILESERV_NAMESPACE: pgtileserv
Expand Down Expand Up @@ -439,7 +439,7 @@ jobs:
name: Deploy cogserver-dev to Kubernetes
needs: changes
if: ${{ github.ref == 'refs/heads/develop' && needs.changes.outputs.cogserver-dev == 'true' }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
environment:
Expand All @@ -458,7 +458,7 @@ jobs:
name: Deploy cogserver to Kubernetes
needs: changes
if: ${{ github.ref == 'refs/heads/main' && needs.changes.outputs.cogserver == 'true' }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
environment:
Expand Down

0 comments on commit e7ea27e

Please sign in to comment.