From 6af8c287cf29759925071343316bdb77592e8906 Mon Sep 17 00:00:00 2001 From: Bart Brouns Date: Thu, 12 Dec 2024 17:52:51 +0100 Subject: [PATCH] re-enable mac build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6d2fbc..54779c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: matrix: include: - { name: ubuntu-24.04, os: ubuntu-24.04, cross-target: '' } - # - { name: macos-universal, os: macos-14, cross-target: aarch64-apple-darwin } + - { name: macos-universal, os: macos-14, cross-target: aarch64-apple-darwin } - { name: windows, os: windows-latest, cross-target: '' } name: Package plugin binaries runs-on: ${{ matrix.os }}