build: more arm64 tests on macos (#39)

This commit is contained in:
2023-06-25 15:18:37 +02:00
committed by GitHub
parent 02335285e6
commit d8f265f284
3 changed files with 15 additions and 1 deletions

View File

@ -134,11 +134,14 @@ jobs:
- Release
arch:
- x64
- arm64
include:
- configuration: Release
config: release
- arch: x64
platform: x64
- arch: arm64
platform: arm64
steps:
- name: Check out files
uses: actions/checkout@v3.5.3