From 28a96cc196fb455073a53434f05a815ede5c9ef1 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Fri, 26 Jul 2024 14:36:28 +0300 Subject: [PATCH] [CI] Remove 32-bit ARM build. --- .github/workflows/ci.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 45a1539..cd70738 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -58,13 +58,6 @@ jobs: artifact-path: bin/libNIR.windows.arm64.lib flags: use_mingw=no arch=arm64 - - name: 🏁 Windows - MSVC arm32 - platform: windows - os: windows-2019 - artifact-name: godot-nir-static-arm32-msvc-release - artifact-path: bin/libNIR.windows.arm32.lib - flags: use_mingw=no arch=arm32 - # MinGW/GCC libs using MSVCRT - name: 🏁 Windows - MinGW/GCC (MSVCRT) x86_64 platform: windows