diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9f6dfb5..9a89b77 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,10 +52,10 @@ jobs: fail-fast: false matrix: settings: - #- platform: "macos-latest" # for Arm based macs (M1 and above). - # args: "--target aarch64-apple-darwin" - #- platform: "macos-latest" # for Intel based macs. - # args: "--target x86_64-apple-darwin" + - platform: "macos-latest" # for Arm based macs (M1 and above). + args: "--target aarch64-apple-darwin" + - platform: "macos-latest" # for Intel based macs. + args: "--target x86_64-apple-darwin" - platform: "ubuntu-22.04" # for Tauri v1 you could replace this with ubuntu-20.04. args: "" - platform: "windows-latest"