From 544c4053c0d99f52b6fb841bcf5909cde0ad7548 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Tue, 23 Dec 2025 08:35:25 -0500 Subject: [PATCH] try fixing matrix buil --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf391eb..8a523e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,8 @@ jobs: ci: strategy: matrix: - os: [[self-hosted, linux], [self-hosted, macos]] - runs-on: "${{ matrix.os }}" + os: [linux, macos] + runs-on: "[self-hosted,${{ matrix.os }}]" steps: - uses: actions/checkout@v4 - uses: cargo-bins/cargo-binstall@main