8000 fix(ci): Use macos-13 runner · HappyEv/llama-cpp-python@f11a781 · GitHub
[go: up one dir, main page]

Skip to content
< 8000 header class="HeaderMktg header-logged-out js-details-container js-header Details f4 py-3" role="banner" data-is-top="true" data-color-mode=light data-light-theme=light data-dark-theme=dark>

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f11a781

Browse files
committed
fix(ci): Use macos-13 runner
1 parent 8988aaf commit f11a781

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
114114
build-macos:
115115
needs: download-model
116-
runs-on: macos-14
116+
runs-on: macos-13
117117
strategy:
118118
matrix:
119119
python-version: ["3.9", "3.10", "3.11", "3.12"]
@@ -157,7 +157,7 @@ jobs:
157157
158158
build-macos-metal:
159159
needs: download-model
160-
runs-on: macos-14
160+
runs-on: macos-13
161161
steps:
162162
- uses: actions/checkout@v4
163163
with:

0 commit comments

Comments
 (0)
0