From 118af1098811f19860c8736c7ca4009e55974aca Mon Sep 17 00:00:00 2001 From: ncamomot Date: Thu, 4 Jul 2024 01:07:10 +0800 Subject: [PATCH] mac --- .github/workflows/release.yml | 9 +++++---- forge.config.js | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7ff150..639f9fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Release app +name: Release App on: workflow_dispatch: jobs: @@ -7,9 +7,10 @@ jobs: matrix: os: [ - { name: 'linux', image: 'ubuntu-latest' }, - { name: 'windows', image: 'windows-latest' }, - { name: 'macos', image: 'macos-latest' }, + { name: 'linux', image: 'ubuntu-22.04' }, + { name: 'windows', image: 'windows-2019' }, + { name: 'macos-14', image: 'macos-14-large' }, + { name: 'macos-arm-14', image: 'macos-14-xlarge' }, ] runs-on: ${{ matrix.os.image }} steps: diff --git a/forge.config.js b/forge.config.js index 85fef42..b628eb2 100644 --- a/forge.config.js +++ b/forge.config.js @@ -9,7 +9,7 @@ module.exports = { makers: [ { name: '@electron-forge/maker-zip', - platforms: ['darwin', 'linux', 'windows'] + platforms: ['darwin', 'linux', 'win32'] } ], plugins: [