소스 검색

feat: use new macos-14 runner

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

+ 1 - 1
.github/workflows/insider-macos.yml

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

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

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