From 2cc75b4a9bf2d0e192b0a475b0ed7143b26dac01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20B=C3=B6sz=C3=B6rm=C3=A9nyi?= Date: Wed, 9 Oct 2024 06:50:51 +0200 Subject: [PATCH] Add back 32-bit ARM to CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zoltán Böszörményi --- .github/workflows/CI_github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI_github.yml b/.github/workflows/CI_github.yml index edbbfb60..785263bd 100644 --- a/.github/workflows/CI_github.yml +++ b/.github/workflows/CI_github.yml @@ -20,7 +20,7 @@ jobs: dotnet_version: [8.0.303, 6.0.424] mono_version: [6.12.0.182] branch: [styhead] - arch: [x86-64, arm64] + arch: [x86-64, arm, arm64] env: name: build-and-test MONO_VERSION: ${{ matrix.mono_version }}