From e5213bcbde74e54e228b13635d7b81e2dab93ead Mon Sep 17 00:00:00 2001 From: argenis de la rosa Date: Thu, 5 Mar 2026 11:40:35 -0500 Subject: [PATCH] ci(workflows): keep ci-run matrix runner labels as strings --- .github/workflows/ci-run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-run.yml b/.github/workflows/ci-run.yml index ffd3bc1c2..03305fdd6 100644 --- a/.github/workflows/ci-run.yml +++ b/.github/workflows/ci-run.yml @@ -413,7 +413,7 @@ jobs: matrix: include: - name: blacksmith-2vcpu-ubuntu-2404 - os: [self-hosted, Linux, X64, blacksmith-2vcpu-ubuntu-2404] + os: blacksmith-2vcpu-ubuntu-2404 shell: bash command: cargo test --locked --lib --bins --verbose - name: windows-2022