Skip to content

Commit

Permalink
Add macOS to the Build action
Browse files Browse the repository at this point in the history
Attempting to reproduce electron-builder issue #7093 again.

See
electron-userland/electron-builder#7093
  • Loading branch information
c3er committed Jul 11, 2023
1 parent 967c4b9 commit 1dd03bc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ on:
pull_request:

jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]

build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

env:
GH_TOKEN: ${{ secrets.github_token }}
Expand Down

0 comments on commit 1dd03bc

Please sign in to comment.