File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ jobs:
2323 fail-fast : false
2424 matrix :
2525 config :
26- # - os: [self-hosted, windows-sign-pc]
27- # id: windows
28- # - os: ubuntu-latest
29- # id: linux
26+ - os : macos-latest
27+ id : macos-universal
28+ - os : [self-hosted, windows-sign-pc]
29+ id : windows
30+ - os : ubuntu-latest
31+ id : linux
3032 - os : ubuntu-22.04-arm
3133 id : linux-arm64
32- # - os: macos-latest
33- # id: macos-universal
3434 runs-on : ${{ matrix.config.os }}
3535 timeout-minutes : 90
3636
@@ -111,18 +111,18 @@ jobs:
111111 strategy :
112112 matrix :
113113 artifact :
114+ - path : " *-mac_universal.zip"
115+ name : Arduino-Lab-for-MicroPython_macOS_Universal
116+ id : macos-universal
117+ - path : " *-win_x64.zip"
118+ name : Arduino-Lab-for-MicroPython_Windows_X86-64
119+ id : windows
120+ - path : " *-linux_x64.zip"
121+ name : Arduino-Lab-for-MicroPython_Linux_X86-64
122+ id : linux
114123 - path : " *-linux_arm64.zip"
115124 name : Arduino-Lab-for-MicroPython_Linux_ARM64
116125 id : linux-arm64
117- # - path: "*-linux_x64.zip"
118- # name: Arduino-Lab-for-MicroPython_Linux_X86-64
119- # id: linux
120- # - path: "*-mac_universal.zip"
121- # name: Arduino-Lab-for-MicroPython_macOS_Universal
122- # id: macos-universal
123- # - path: "*-win_x64.zip"
124- # name: Arduino-Lab-for-MicroPython_Windows_X86-64
125- # id: windows
126126
127127 # keep for future implementation
128128 # Windows - installers (future)
You can’t perform that action at this time.
0 commit comments