Skip to content

Commit

Permalink
feat: readd arm64 on macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinhard Spies committed Nov 26, 2021
1 parent c71f225 commit 9fdf1bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
include:
- vscode_arch: x64
os: macOS-10.15
# - vscode_arch: arm64
# os: macOS-11
- vscode_arch: arm64
os: macOS-11

env:
OS_NAME: "osx"
Expand Down

0 comments on commit 9fdf1bf

Please sign in to comment.