From 2fd9b965aa986910e5818e3821a290cc6081dd26 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Tue, 23 Dec 2025 08:46:13 -0500 Subject: [PATCH] test 3 --- .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 9831dff..e405a5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,8 @@ jobs: ci: strategy: matrix: - os: ["linux", "macos"] - runs-on: [self-hosted, "${{ matrix.os }}"] + os: [["self-hosted", "linux"], ["self-hosted", "macos"]] + runs-on: "${{ matrix.os }}" steps: - uses: actions/checkout@v4 - uses: cargo-bins/cargo-binstall@main