Skip to content

Commit 5e5493b

Browse files
authored
Merge pull request #526 from janhq/ci/deprecate-macos-selfhosted-12
ci: deprecate macos-selfhosted-12 build runner
2 parents 64e8e0a + cd8f60d commit 5e5493b

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/menlo-build.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)