1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Disable ARM64 MSVC job for now

It was found in testing it takes too long to be included in default CI
configuration and needs to be disabled until a solution to that is
found, such as
* https://github.com/OpenRCT2/OpenRCT2/issues/16895
* https://github.com/OpenRCT2/OpenRCT2/pull/15997
This commit is contained in:
Michał Janiszewski
2022-05-07 23:49:38 +02:00
parent cca617d60e
commit 545bb6379f

View File

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