Skip to content

Commit de37420

Browse files
committed
fix(ci): Fix python macos test runners issue
1 parent 2a9979f commit de37420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
build-macos:
5959

60-
runs-on: macos-latest
60+
runs-on: macos-13
6161
strategy:
6262
matrix:
6363
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

0 commit comments

Comments
 (0)