Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8988aaf

Browse files
committed
fix(ci): Use macos-14 runner
1 parent 72ed7b8 commit 8988aaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

+2-2
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-arm64
116+
runs-on: macos-14
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-arm64
160+
runs-on: macos-14
161161
steps:
162162
- uses: actions/checkout@v4
163163
with:

0 commit comments

Comments
 (0)