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