Skip to content

Commit

Permalink
fix: build macos 15 dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
PH1P5 committed Jan 10, 2025
1 parent 246a8aa commit a4423c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
os: [macos-15-large, ubuntu-latest]
include:
- os: macos-latest
- os: macos-15-large
package-path: dist/*.dmg
- os: ubuntu-latest
package-path: dist/*.deb
Expand Down

0 comments on commit a4423c7

Please sign in to comment.