Skip to content

Commit

Permalink
Add macos to the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jorblancoa committed Feb 27, 2024
1 parent c6d0c63 commit 0701ed9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/simulation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0701ed9

Please sign in to comment.