Преглед на файлове

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: