فهرست منبع

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: