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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -59,7 +59,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform: [win32, x64, arm64]
|
||||
platform: [win32, x64]
|
||||
env:
|
||||
CONFIGURATION: Release
|
||||
PLATFORM: ${{ matrix.platform }}
|
||||
|
||||
Reference in New Issue
Block a user