From 0a33ff7a82658ecc6db3bb881db167f69893499c Mon Sep 17 00:00:00 2001 From: Jacky Zhao Date: Wed, 2 Aug 2023 20:56:31 -0700 Subject: [PATCH] fix test matrix for ci --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 896086590..4a7a9f7dd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,10 @@ on: jobs: build-and-test: - runs-on: [windows-latest, macos-13, ubuntu-22.04] + strategy: + matrix: + os: [windows-latest, macos-latest, ubuntu-latest] + runs-on: ${{ matrix.os }} permissions: contents: write steps: