Skip to content

Commit

Permalink
re-enable mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed Dec 12, 2024
1 parent edf6dce commit 6af8c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 6af8c28

Please sign in to comment.