ci: run deploy job on ubuntu runner
All checks were successful
deploy-socialize / image (push) Successful in 29s
deploy-socialize / deploy (push) Successful in 23s

This commit is contained in:
2026-05-06 16:20:59 -04:00
parent ebb87b286f
commit afe22949c5

View File

@@ -37,7 +37,7 @@ jobs:
deploy: deploy:
needs: image needs: image
runs-on: bookworm runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install SSH client - name: Install SSH client