mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
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)
This commit is contained in:
parent
b3e1048fa4
commit
d6a4aff7b7
2
.github/workflows/electron.yml
vendored
2
.github/workflows/electron.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user