From 21d17d4a06adc8a37df6620165271bf5255d128f Mon Sep 17 00:00:00 2001 From: Lucid Kobold Date: Wed, 3 Sep 2025 13:04:16 -0400 Subject: [PATCH] Update vercel action files --- .github/workflows/vercel-preview.yaml | 2 +- .github/workflows/vercel-production.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vercel-preview.yaml b/.github/workflows/vercel-preview.yaml index 1059960..a94518b 100644 --- a/.github/workflows/vercel-preview.yaml +++ b/.github/workflows/vercel-preview.yaml @@ -11,7 +11,7 @@ on: types: [opened, synchronize, reopened] jobs: Deploy-Preview: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v2 - name: "Install Vercel CLI" diff --git a/.github/workflows/vercel-production.yaml b/.github/workflows/vercel-production.yaml index 67059d5..dc12a86 100644 --- a/.github/workflows/vercel-production.yaml +++ b/.github/workflows/vercel-production.yaml @@ -9,7 +9,7 @@ on: - stable jobs: Deploy-Production: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v2 - name: "Install Vercel CLI"