From cca617d60e4b8322da6228547eaff9f56ce2cf46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Sat, 26 Mar 2022 20:15:14 +0100 Subject: [PATCH] Extend CI matrix for MSVC with ARM64 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index faf500ebba..9aa00164a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [win32, x64] + platform: [win32, x64, arm64] env: CONFIGURATION: Release PLATFORM: ${{ matrix.platform }} @@ -88,6 +88,7 @@ jobs: path: artifacts if-no-files-found: error - name: Run Tests + if: matrix.platform != 'arm64' run: . scripts/setenv -q && run-tests - name: Upload artifacts (openrct2.org) run: |