File tree 2 files changed +9
-11
lines changed
2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 27
27
id : windows
28
28
- os : ubuntu-latest
29
29
id : linux
30
- - os : macos-13
31
- id : macos-x64
32
- - os : macos-14
33
- id : macos-arm64
30
+ - os : macos-latest
31
+ id : macos-universal
34
32
runs-on : ${{ matrix.config.os }}
35
33
timeout-minutes : 90
36
34
@@ -113,12 +111,9 @@ jobs:
113
111
- path : " *-linux_x64.zip"
114
112
name : Arduino-Lab-for-MicroPython_Linux_X86-64
115
113
id : linux
116
- - path : " *-mac_x64.zip"
117
- name : Arduino-Lab-for-MicroPython_macOS_X86-64
118
- id : macos-x64
119
- - path : " *-mac_arm64.zip"
120
- name : Arduino-Lab-for-MicroPython_macOS_arm-64
121
- id : macos-arm64
114
+ - path : " *-mac_universal.zip"
115
+ name : Arduino-Lab-for-MicroPython_macOS_Universal
116
+ id : macos-universal
122
117
# - path: "*Windows_64bit.exe"
123
118
# name: Windows_X86-64_interactive_installer
124
119
# id: windows
Original file line number Diff line number Diff line change 23
23
"artifactName" : " ${productName}-${os}_${arch}.${ext}" ,
24
24
"extraResources" : " ./ui/arduino/helpers.py" ,
25
25
"mac" : {
26
- "target" : " zip" ,
26
+ "target" : [{
27
+ "target" : " zip" ,
28
+ "arch" : [" universal" ]
29
+ }],
27
30
"icon" : " build_resources/icon.icns"
28
31
},
29
32
"win" : {
You can’t perform that action at this time.
0 commit comments