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"