mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-07-01 22:11:31 +00:00
ci: update desktop publish workflow for macOS platform adjustments
- Changed macOS platform version for Intel builds from 14 to 13. - Updated the platform version for universal builds from 13 to 14. - Ensured compatibility with both Arm and Intel architectures in the CI workflow.
This commit is contained in:
parent
a07eb0b553
commit
9c5199c325
4
.github/workflows/desktop-publish.yml
vendored
4
.github/workflows/desktop-publish.yml
vendored
@ -18,9 +18,9 @@ jobs:
|
|||||||
settings:
|
settings:
|
||||||
- platform: "macos-14" # for Arm based macs (M1 and above).
|
- platform: "macos-14" # for Arm based macs (M1 and above).
|
||||||
args: "--target aarch64-apple-darwin --verbose"
|
args: "--target aarch64-apple-darwin --verbose"
|
||||||
- platform: "macos-14" # for Intel based macs.
|
- platform: "macos-13" # for Intel based macs.
|
||||||
args: "--target x86_64-apple-darwin --verbose"
|
args: "--target x86_64-apple-darwin --verbose"
|
||||||
- platform: "macos-13" # for Both Arm and Intel based macs.
|
- platform: "macos-14" # for Both Arm and Intel based macs.
|
||||||
args: "--target universal-apple-darwin --verbose"
|
args: "--target universal-apple-darwin --verbose"
|
||||||
- platform: "ubuntu-22.04" # for Tauri v1 you could replace this with ubuntu-20.04.
|
- platform: "ubuntu-22.04" # for Tauri v1 you could replace this with ubuntu-20.04.
|
||||||
args: "--verbose"
|
args: "--verbose"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user