From d9060fdadd50a952f9b44091bc4c0720f1a003ed Mon Sep 17 00:00:00 2001 From: Camilo Diaz Date: Tue, 12 Dec 2023 13:42:25 -0500 Subject: [PATCH] added macos on the test workflows --- .github/workflows/python_ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python_ci.yml b/.github/workflows/python_ci.yml index b34f16d4..79d8a32d 100644 --- a/.github/workflows/python_ci.yml +++ b/.github/workflows/python_ci.yml @@ -6,7 +6,8 @@ jobs: fail-fast: false matrix: version: ['3.9', '3.10', '3.11'] - runs-on: ubuntu-latest + os: [ubuntu-latest,macos-latest] + runs-on: ${{ matrix.os }} steps: - name: install mpi run: sudo apt update && sudo apt-get install openmpi-bin openmpi-doc libopenmpi-dev