8000 fix(ci): Update config · Ian321/llama-cpp-python@a412ba5 · GitHub
[go: up one dir, main page]

Skip to content

Commit a412ba5

Browse files
committed
fix(ci): Update config
1 parent 9a09fc7 commit a412ba5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ jobs:
109109
uses: actions/setup-python@v5
110110
with:
111111
python-version: ${{ matrix.python-version }}
112-
architecture: "arm64"
113112
cache: 'pip'
114113

115114
- name: System Info
@@ -138,7 +137,7 @@ jobs:
138137
139138
build-macos-metal:
140139
needs: download-model
141-
runs-on: macos-13
140+
runs-on: macos-14
142141
steps:
143142
- uses: actions/checkout@v4
144143
with:

0 commit comments

Comments
 (0)
0