Skip to content

Commit

Permalink
Merge pull request #65 from borgvin/fixbuilds
Browse files Browse the repository at this point in the history
Force Mac builds to run on macos-13 (x86)
  • Loading branch information
neilcoggins authored May 3, 2024
2 parents 15b88ce + 6f0f14d commit 792f19d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/desktop.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
system:
- os: "windows-latest"
path: "squirrel.windows/x64/"
- os: "macOS-latest"
- os: "macos-13"
path: ""
- os: ubuntu-latest
path: "deb/x64/"
Expand Down
2 changes: 1 addition & 1 deletion sh/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
export HAVEN_DESKTOP_DEVELOPMENT=false
export NODE_INSTALLER=npm

if [ "$ACTION_OS" == "macOS-latest" ]
if [ "$ACTION_OS" == "macos-13" ]
then
npm run make --prefix haven-desktop-app -- --arch="arm64,x64"
else
Expand Down

0 comments on commit 792f19d

Please sign in to comment.