diff --git a/.github/workflows/publish-builds.yml b/.github/workflows/publish-builds.yml index 1d84ad36..817985cf 100644 --- a/.github/workflows/publish-builds.yml +++ b/.github/workflows/publish-builds.yml @@ -73,7 +73,7 @@ jobs: include: - platform: "macos-latest" # for Arm based macs (M1 and above). args: "--target aarch64-apple-darwin --config tauri.build.conf.json" - - platform: "macos-latest" # for Intel based macs. + - platform: "macos-13" # for Intel based macs. args: "--target x86_64-apple-darwin --config tauri.build.conf.json" - platform: "ubuntu-22.04" # for Tauri v1 you could replace this with ubuntu-20.04. args: "--config tauri.build.conf.json"