Skip to content

Commit c33a771

Browse files
authored
Fix/tech debt (#128)
* switch from m2r to m2r2 * update mac to latest * add more dependencies for error * trigger test workflow on forked pull request * try with macos-13
1 parent 11039dd commit c33a771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
os: ["ubuntu-latest", "macos-latest"]
46+
os: ["ubuntu-latest", "macos-13"]
4747
python-version: ["3.8", "3.9", "3.10", "3.11"]
4848

4949
name: ${{ matrix.os }} with Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)