Skip to content

Commit a3d584b

Browse files
build(ci): change from macos-latest to macos-13 (#3729)
1 parent 791a892 commit a3d584b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: [ubuntu-22.04, macos-latest, windows-latest]
25+
os: [ubuntu-22.04, macos-13, windows-latest]
2626
python: ["3.9", "3.10", "3.11", "3.12"]
2727

2828
steps:

0 commit comments

Comments
 (0)