Skip to content

Commit

Permalink
test: stick to macOS-13 to avoid python 3.7 missing for m1 chip;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Apr 29, 2024
1 parent 4547a45 commit 2ad7734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
python-version: ["3.7.17", "3.11"]
os: [ubuntu-latest, windows-latest, macOS-13]
python-version: ["3.7", "3.11"]

steps:
- name: Check out the repo code
Expand Down

0 comments on commit 2ad7734

Please sign in to comment.