Fix Ubuntu version format in GitHub Actions workflow for staging deployment

This commit is contained in:
dal 2025-01-03 16:18:07 -07:00
parent 78da6550d1
commit 11ee658d39
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
name: Deploy to staging
jobs:
database-deploy:
runs-on: blacksmith-16vcpu-ubuntu-2204204
runs-on: blacksmith-16vcpu-ubuntu-2204
environment: staging
steps:
- name: Checkout code