Restore arm64 MSVC builds in CI for upcoming release (#19550)

This commit is contained in:
Michał Janiszewski 2023-03-03 23:48:31 +01:00 committed by GitHub
parent a85cf57bc8
commit 07132b60dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [win32, x64]
platform: [win32, x64, arm64]
env:
CONFIGURATION: Release
PLATFORM: ${{ matrix.platform }}