From 8e05e6b29d5ad673f0dd67a13bc76fb1ae882ec0 Mon Sep 17 00:00:00 2001 From: gardenGnostic Date: Thu, 12 Mar 2026 23:05:44 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29fa438..c41903e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,7 +83,7 @@ jobs: if-no-files-found: error build-mac-intel: name: Build macOS DMG (Intel) - runs-on: macos-latest + runs-on: macos-13 steps: - name: Checkout uses: actions/checkout@v4 @@ -95,7 +95,7 @@ jobs: - name: Install dependencies run: npm ci - name: Build macOS DMG (Intel) - run: npm run dist:mac -- --x64 + run: npm run dist:mac env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload macOS Intel artifact