diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59c34c1..d11da8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,9 +18,11 @@ jobs: fail-fast: false matrix: buildx-version: - - latest - - v0.4.1 - "" + - "latest" + - "v0.4.1" + - "lab:latest" + - "lab:v0.11.2-desktop.2" steps: - name: Checkout