Skip to content

Commit 86c28ed

Browse files
Update CI.yaml
1 parent 245f5e2 commit 86c28ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ jobs:
117117
strategy:
118118
matrix:
119119
platform:
120-
- runner: macos-13
120+
- runner: macos-15
121121
target: x86_64
122-
- runner: macos-14
122+
- runner: macos-15
123123
target: aarch64
124124
steps:
125125
- uses: actions/checkout@v4
@@ -206,3 +206,4 @@ jobs:
206206
uv run pytest -v -x -rs
207207
208208
209+

0 commit comments

Comments
 (0)