Skip to content

Commit

Permalink
Avoid running on Apple Silicon - pytables is not installable there
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed Jun 27, 2024
1 parent 8464f7f commit 369a083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-with-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-13]
python-version: ['3.8', '3.9', '3.10', '3.11']

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 369a083

Please sign in to comment.