Browse Source

ci: add macos arm64 (#1063)

Baptiste Augrain 3 years ago
parent
commit
65e376786f
1 changed files with 5 additions and 5 deletions
  1. 5 5
      .github/workflows/macos.yml

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

@@ -10,16 +10,16 @@ on:
 
 jobs:
   build:
-    runs-on: ${{ matrix.os }}
+    runs-on: ${{ matrix.runner }}
 
     strategy:
       fail-fast: false
       matrix:
         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:
       OS_NAME: "osx"