File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -198,14 +198,15 @@ jobs:
198198 vulkan : true
199199 ccache : true
200200 ccache-dir : " /home/runner/.ccache"
201- - os : " macos"
202- name : " x64"
203- runs-on : " macos-selfhosted-12"
204- cmake-flags : " -DCMAKE_BUILD_RPATH=\" @loader_path\" -DGGML_METAL=OFF -DGGML_NATIVE=OFF -DBUILD_SHARED_LIBS=ON"
205- run-e2e : false
206- vulkan : false
207- ccache : false
208- ccache-dir : ' C:\Users\ContainerAdministrator\AppData\Local\ccache'
201+ # DEPRECATED: macos-selfhosted-12 (Intel x64) runner is being phased out.
202+ # - os: "macos"
203+ # name: "x64"
204+ # runs-on: "macos-selfhosted-12"
205+ # cmake-flags: "-DCMAKE_BUILD_RPATH=\"@loader_path\" -DGGML_METAL=OFF -DGGML_NATIVE=OFF -DBUILD_SHARED_LIBS=ON"
206+ # run-e2e: false
207+ # vulkan: false
208+ # ccache: false
209+ # ccache-dir: 'C:\Users\ContainerAdministrator\AppData\Local\ccache'
209210 - os : " macos"
210211 name : " arm64"
211212 runs-on : " macos-selfhosted-14-arm64"
You can’t perform that action at this time.
0 commit comments