From 65e376786fedcec73a31b07b888bb06d938c7f98 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Wed, 27 Apr 2022 17:58:03 +0200 Subject: [PATCH] ci: add macos arm64 (#1063) --- .github/workflows/macos.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e4330c6..25edba0 100644 --- a/.github/workflows/macos.yml +++ b/.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"