Skip to content

Commit

Permalink
Try to fix Mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
rekkyrosso committed Feb 19, 2025
1 parent 9887b1f commit 25065c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on: workflow_dispatch
jobs:
release:
name: Build mac binaries
runs-on: macos-latest
timeout-minutes: 90
runs-on: macos-13
timeout-minutes: 30

env:
#DEBUG: 'electron-notarize'
Expand Down

1 comment on commit 25065c3

@rekkyrosso
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.