Skip to content

Commit 5373b03

Browse files
committed
testing if GH mac runners failed b/c of macos version - revert to macos-13 just for now
1 parent 59aedf3 commit 5373b03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
python-version: ["3.9", "3.10", "3.11", "3.12"]
11-
platform: [ubuntu-latest, macos-latest, windows-latest]
11+
platform: [ubuntu-latest, macos-13, windows-latest]
1212

1313
runs-on: ${{matrix.platform}}
1414

0 commit comments

Comments
 (0)