From 361d4c4f7fcda92eb978421805e946e7a2982a73 Mon Sep 17 00:00:00 2001 From: Adrian Baumgart Date: Sun, 8 Oct 2023 18:47:25 +0200 Subject: [PATCH] added macos target --- .github/workflows/main.yml | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d36522a..09481a6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.runner }} strategy: matrix: - runner: [ macos-latest, windows-latest ] + runner: [ macos-latest ] steps: - uses: actions/checkout@v1 diff --git a/package.json b/package.json index fa07be0..e282254 100644 --- a/package.json +++ b/package.json @@ -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/" },