From 545bb6379fd0175d85081e2cfd031b99244583a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Sat, 7 May 2022 23:49:38 +0200 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9aa00164a7..2073d293f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [win32, x64, arm64] + platform: [win32, x64] env: CONFIGURATION: Release PLATFORM: ${{ matrix.platform }}