chore(release): update workflow to use Docker runner instead of Ubuntu

This commit is contained in:
2026-03-16 19:00:14 +01:00
parent 170326dd85
commit f6272a39b4

View File

@@ -8,7 +8,7 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v4