From 597edac6459b370bd8b8667e46f50e64e7800adb Mon Sep 17 00:00:00 2001 From: Yuwei B Date: Fri, 14 Jun 2024 03:09:19 +1000 Subject: [PATCH] f --- .github/workflows/rust.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 48c7406..af5881b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -11,8 +11,10 @@ env: jobs: build: - matrix: - os: [ubuntu-latest, macos-latest] + strategy: + matrix: + os: [ubuntu-latest, macos-latest] + runs-on: ${{ matrix.os }} steps: