فهرست منبع

ci: add macos arm64 (#1063)

Baptiste Augrain 3 سال پیش
والد
کامیت
65e376786f
1فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 5 5
      .github/workflows/macos.yml

+ 5 - 5
.github/workflows/macos.yml

@@ -10,16 +10,16 @@ on:
 
 
 jobs:
 jobs:
   build:
   build:
-    runs-on: ${{ matrix.os }}
+    runs-on: ${{ matrix.runner }}
 
 
     strategy:
     strategy:
       fail-fast: false
       fail-fast: false
       matrix:
       matrix:
         include:
         include:
-          - vscode_arch: x64
-            os: macOS-10.15
-          # - vscode_arch: arm64
-          #   os: macOS-11
+          - runner: macOS-10.15
+            vscode_arch: x64
+          - runner: [self-hosted, macOS, ARM64]
+            vscode_arch: arm64
 
 
     env:
     env:
       OS_NAME: "osx"
       OS_NAME: "osx"