1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 17:42:29 +01:00

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

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 }}