From 0701ed9a899594b70f5e64fe7bf00e6c0229893f Mon Sep 17 00:00:00 2001 From: Jorge Blanco Alonso Date: Tue, 27 Feb 2024 15:36:51 +0100 Subject: [PATCH] Add macos to the matrix --- .github/workflows/simulation_test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/simulation_test.yml b/.github/workflows/simulation_test.yml index 1bc873be..5b0a1171 100644 --- a/.github/workflows/simulation_test.yml +++ b/.github/workflows/simulation_test.yml @@ -17,10 +17,11 @@ on: jobs: simulation: - runs-on: ubuntu-22.04 + runs-on: ${{ matrix.os }} strategy: matrix: + os: [ubuntu-22.04, macos-latest] python-version: [3.9, 3.10, 3.11, 3.12] steps: - name: Setup Python