From d550fa7ae5853d1a89c97d3d2b8ca209e8480cf7 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Wed, 30 Aug 2023 11:27:44 -0700 Subject: [PATCH] Update test.yml old bug in test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dffe0b803..c0767e3e8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,8 +24,8 @@ jobs: test: # The type of runner that the job will run on - runs-on: ubuntu-latest - + runs-on: ${{ matrix.os }} + strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest]