소스 검색

ci: re-using self-hosted runner [skip ci]

Baptiste Augrain 1 년 전
부모
커밋
6c180b2903
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .github/workflows/stable-macos.yml

+ 2 - 1
.github/workflows/stable-macos.yml

@@ -41,7 +41,8 @@ jobs:
         include:
           - runner: macos-12
             vscode_arch: x64
-          - runner: macos-14
+          # - runner: macos-14
+          - runner: [self-hosted, macOS, ARM64]
             vscode_arch: arm64
 
     steps: