Skip to content

Commit

Permalink
Fix failed CI testing on macOS with Python 3.7 (#373)
Browse files Browse the repository at this point in the history
* test: stick to macOS-13 to avoid python 3.7 missing for m1 chip;

actions/setup-python#850
  • Loading branch information
WenjieDu authored Apr 29, 2024
1 parent 51b4c81 commit c216ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-latest, macOS-13]
python-version: ["3.7", "3.11"]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-latest, macOS-13]
python-version: ["3.7", "3.11"]

steps:
Expand Down

0 comments on commit c216ea7

Please sign in to comment.