From 84ed056d76d6b24bfb948d3a66a540a6fbc89203 Mon Sep 17 00:00:00 2001 From: michaelfeil Date: Sun, 10 Mar 2024 23:50:26 -0700 Subject: [PATCH] multiple os ci - inital commit --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c71a22ce..1734d260 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -21,13 +21,14 @@ jobs: run: working-directory: ${{ inputs.working-directory }} runs-on: ubuntu-latest - strategy: matrix: python-version: - "3.9" - "3.10" - "3.11" + os: [ubuntu-latest, windows-latest, macos-latest] + runs-on: ${{ matrix.os }} name: Python ${{ matrix.python-version }} steps: - name: Free Disk Space