From b377eb7c68888181d9641774574c3901d3df898e Mon Sep 17 00:00:00 2001 From: Sean Arms <67096+lesserwhirls@users.noreply.github.com> Date: Tue, 22 Apr 2025 14:29:06 -0600 Subject: [PATCH] Build libaec for windows arm --- .github/workflows/libaec.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/libaec.yml b/.github/workflows/libaec.yml index deec2435cc..6cfed8144f 100644 --- a/.github/workflows/libaec.yml +++ b/.github/workflows/libaec.yml @@ -23,6 +23,7 @@ jobs: {os: ubuntu-24.04, c_compiler: gcc, lib: 'src/libaec.so', jna_id: 'linux-x86-64'}, {os: ubuntu-24.04-arm, c_compiler: gcc, lib: 'src/libaec.so', jna_id: 'linux-aarch64'}, {os: windows-2022, c_compiler: cl, lib: 'src\\Release\\aec.dll', jna_id: 'win32-x86-64'}, + {os: windows-11-arm, c_compiler: cl, lib: 'src\\Release\\aec.dll', jna_id: 'win32-aarch64'}, {os: macos-14, c_compiler: clang, lib: 'src/libaec.dylib', jna_id: 'darwin-aarch64'}, {os: macos-13, c_compiler: clang, lib: 'src/libaec.dylib', jna_id: 'darwin-x86-64'}, ]