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