Skip to content

Commit

Permalink
mac
Browse files Browse the repository at this point in the history
  • Loading branch information
ncamomot committed Jul 3, 2024
1 parent 6c2189e commit 118af10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release app
name: Release App
on:
workflow_dispatch:
jobs:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
makers: [
{
name: '@electron-forge/maker-zip',
platforms: ['darwin', 'linux', 'windows']
platforms: ['darwin', 'linux', 'win32']
}
],
plugins: [
Expand Down

0 comments on commit 118af10

Please sign in to comment.