mirror of
https://github.com/rainloreley/artnet-usbdmx-converter.git
synced 2024-11-22 02:13:02 +01:00
added macos target
This commit is contained in:
parent
ee80843c5f
commit
361d4c4f7f
|
@ -9,7 +9,7 @@ jobs:
|
|||
runs-on: ${{ matrix.runner }}
|
||||
strategy:
|
||||
matrix:
|
||||
runner: [ macos-latest, windows-latest ]
|
||||
runner: [ macos-latest ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
|
|
@ -16,7 +16,8 @@
|
|||
"node_modules/figlet/fonts/Standard.flf"
|
||||
],
|
||||
"targets": [
|
||||
"node16.16.0-win-x64"
|
||||
"node16.16.0-win-x64",
|
||||
"node16.16.0-macos-x64"
|
||||
],
|
||||
"outputPath": "out/"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user