We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f21fe commit cfebf45Copy full SHA for cfebf45
.github/workflows/action.yml
@@ -106,9 +106,9 @@ jobs:
106
fail-fast: false
107
matrix:
108
include:
109
- - platform: 'macos-latest' # for Arm based macs (M1 and above).
+ - platform: 'macos-13-xlarge' # for Arm based macs (M1 and above).
110
args: '--target aarch64-apple-darwin'
111
- - platform: 'macos-latest' # for Intel based macs.
+ - platform: 'macos-13' # for Intel based macs.
112
args: '--target x86_64-apple-darwin'
113
- platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04.
114
args: ''
0 commit comments