From 922d2a838dc9b69e6c59b1afd44a4c5de23d09ca Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 5 Sep 2024 16:45:17 +0000 Subject: [PATCH] build: add presubmit testing for windows / mac --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index edbc2141..80966d61 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,9 +39,10 @@ jobs: - name: Build the documentation. run: nox -s docs unit: - runs-on: ubuntu-22.04 + runs-on: ${{ matrix.os }} strategy: matrix: + os: [ubuntu-latest, windows-latest, macos-latest] python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] variant: ['cpp', 'python', 'upb'] # TODO(https://github.com/googleapis/proto-plus-python/issues/389):