aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-11-05 00:18:33 +0100
committerGitHub <noreply@github.com>2025-11-05 00:18:33 +0100
commit569012a4db414201c09f8991e62e0a26cecd9e67 (patch)
tree6076516eedcd9d390ad6890710bc27156a4987e7 /.github/workflows
parentc6bb2a497b851f2de12c1ef4b7174125386801b5 (diff)
Change deployment runner to ubuntu-latest
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/deploy.yml2
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