From 81d1e735dbae446caa8291e8f39ae78d54bda4f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:14:44 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .github/workflows/deploy-to-supabase-staging.yml | 2 +- .github/workflows/deploy-to-supabase.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-to-supabase-staging.yml b/.github/workflows/deploy-to-supabase-staging.yml index 9fb225ba..a7b1e2b4 100644 --- a/.github/workflows/deploy-to-supabase-staging.yml +++ b/.github/workflows/deploy-to-supabase-staging.yml @@ -10,7 +10,7 @@ on: jobs: deploy: environment: staging - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: "!contains(github.event.head_commit.message, 'skip ci')" env: diff --git a/.github/workflows/deploy-to-supabase.yml b/.github/workflows/deploy-to-supabase.yml index ce12558d..ee6365a5 100644 --- a/.github/workflows/deploy-to-supabase.yml +++ b/.github/workflows/deploy-to-supabase.yml @@ -10,7 +10,7 @@ on: jobs: deploy: environment: production - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: "!contains(github.event.head_commit.message, 'skip ci')" env: