added macos target

This commit is contained in:
Adrian Baumgart 2023-10-08 18:47:25 +02:00
parent ee80843c5f
commit 361d4c4f7f
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.runner }}
strategy:
matrix:
runner: [ macos-latest, windows-latest ]
runner: [ macos-latest ]
steps:
- uses: actions/checkout@v1

View File

@ -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/"
},