Use ubuntu-dev runner label

This commit is contained in:
knight 2025-12-31 19:44:16 -05:00
parent 0f97410583
commit 9d60438d05

View File

@ -63,7 +63,7 @@ jobs:
deploy-dev:
if: ${{ github.ref == 'refs/heads/dev' }}
runs-on: ubuntu-dev:host
runs-on: ubuntu-dev
steps:
- uses: actions/checkout@v4
with: