Update release.yml

This commit is contained in:
gardenGnostic
2026-03-12 23:10:34 +01:00
committed by GitHub
parent 8e05e6b29d
commit 1e27d63fae

View File

@@ -83,7 +83,7 @@ jobs:
if-no-files-found: error
build-mac-intel:
name: Build macOS DMG (Intel)
runs-on: macos-13
runs-on: macos-latest
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
run: npm run dist:mac -- --x64
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload macOS Intel artifact