fix: use ubuntu-docker runner with Docker CLI

This commit is contained in:
2026-01-01 11:20:21 -05:00
parent 0f2544c960
commit 7b7eea2f67

View File

@@ -11,7 +11,7 @@ env:
jobs:
build:
runs-on: linux_x64
runs-on: ubuntu-docker
steps:
- name: Checkout repository
run: |