From 3918e16345ba39c447c00a51fecba8742e7c1d75 Mon Sep 17 00:00:00 2001 From: 4pmtong Date: Thu, 22 Jan 2026 14:55:59 +0800 Subject: [PATCH] change self-host to github runner --- .github/workflows/build-view.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-view.yml b/.github/workflows/build-view.yml index 0a3469ad..540e18ba 100644 --- a/.github/workflows/build-view.yml +++ b/.github/workflows/build-view.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: include: - - os: [self-hosted, macOS, ARM64] + - os: macos-latest arch: arm64 artifact_name: macos-arm64 - os: windows-latest