Skip to content

Commit

Permalink
build on target platform...
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Jan 22, 2025
1 parent 15d5f38 commit 81d007d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
if: ${{ inputs.mac == true || inputs.mac == 'true' }}
uses: ./.github/workflows/build.yml
with:
runner: macos-14
runner: macos-latest
target: mac
branch: ${{ github.ref_name }}
build_version: ${{ inputs.version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
needs: draft_release
uses: ./.github/workflows/build.yml
with:
runner: ubuntu-latest
runner: windows-latest
target: win
branch: develop
build_version: ${{ needs.draft_release.outputs.date }}-nightly
Expand All @@ -51,7 +51,7 @@ jobs:
needs: draft_release
uses: ./.github/workflows/build.yml
with:
runner: ubuntu-latest
runner: macos-latest
target: mac
branch: develop
build_version: ${{ needs.draft_release.outputs.date }}-nightly
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,5 @@
"terser-webpack-plugin": "5.3.10",
"webpack": "5.91.0",
"webpack-bundle-analyzer": "4.10.2"
},
"optionalDependencies": {
"dmg-license": "1.0.11"
}
}

0 comments on commit 81d007d

Please sign in to comment.