From a57cbcfdb4ed0c701029e0aff7d99c88cec27246 Mon Sep 17 00:00:00 2001 From: Lawrence Lee <45837045+Lawrence37@users.noreply.github.com> Date: Sat, 1 Feb 2025 15:27:30 -0800 Subject: [PATCH] Fix macOS ARM build Add permission to upload artifacts to release tags. --- .github/workflows/macos.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 88cf430b2..bed7f8840 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -140,6 +140,8 @@ jobs: armbuild: runs-on: macos-14 + permissions: + contents: write steps: - name: Checkout repository uses: actions/checkout@v4