From e8ff4fb2a5d6a0ec5332047edb8dfe7053a4bb76 Mon Sep 17 00:00:00 2001 From: Daiyi Peng Date: Mon, 6 Jan 2025 17:16:29 -0800 Subject: [PATCH] Add windows and MacOS to CI workflow. PiperOrigin-RevId: 712699466 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 522648d9..0e09cf99 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: strategy: matrix: python-version: ["3.10", "3.11"] - os: [ubuntu-latest] + os: [ubuntu-latest, macos-14] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}