Skip to content

Commit

Permalink
Add macOS to the test matrix in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroJJimenez committed Nov 24, 2024
1 parent 8e09426 commit 0669e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos]
arch: [x64, arm64]
steps:
- name: Checkout code
Expand Down

0 comments on commit 0669e1a

Please sign in to comment.