diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-05 00:18:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-05 00:18:33 +0100 |
| commit | 569012a4db414201c09f8991e62e0a26cecd9e67 (patch) | |
| tree | 6076516eedcd9d390ad6890710bc27156a4987e7 | |
| parent | c6bb2a497b851f2de12c1ef4b7174125386801b5 (diff) | |
Change deployment runner to ubuntu-latest
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 077e9b3..d5eb6ad 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -66,7 +66,7 @@ jobs: retention-days: 7 deploy: - runs-on: ubuntu-slim + runs-on: ubuntu-latest needs: [build-frontend, build-backend] name: Deploy to production server environment: Production |
