Skip to content

Commit

Permalink
MAINT: Pin to reasonable CI settings
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Nov 18, 2024
1 parent 63b9141 commit 3c4d9d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest"]
# macos-latest doesn't have 3.7 anymore or pypy-3.9 ..
os: ["ubuntu-latest", "macos-13"]
python-version: ["3.7", "3.12", "pypy-3.9"]
r-version: ['release']
timeout-minutes: 60
Expand Down

0 comments on commit 3c4d9d0

Please sign in to comment.