From d6a4aff7b731097ca803a4d4e67787a0791a8d93 Mon Sep 17 00:00:00 2001 From: KevIsDev Date: Thu, 1 May 2025 17:27:45 +0100 Subject: [PATCH] ci(workflow): re-enable macos-latest in build matrix Re-enable macos-latest in the build matrix for the Electron workflow. This allows testing on macOS (unsigned .dmg) --- .github/workflows/electron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/electron.yml b/.github/workflows/electron.yml index 19cc46b..7fd8913 100644 --- a/.github/workflows/electron.yml +++ b/.github/workflows/electron.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, windows-latest] # TODO: add back macos-latest when notarize is figured out + os: [ubuntu-latest, windows-latest, macos-latest] # Use unsigned macOS builds for now node-version: [18.18.0] fail-fast: false