Skip to content

Commit

Permalink
TST: Add Intel Mac Runner
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-huberty committed Dec 7, 2024
1 parent e334b20 commit 13243ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os:
- ubuntu-latest
- macos-latest # Latest Apple Silicon macOS
- macos-13 # Latest Intel-based macOS
python-version: ['3.10']

steps:
Expand Down

0 comments on commit 13243ed

Please sign in to comment.