Skip to content

Commit

Permalink
Temporal omit macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
hata6502 committed Feb 20, 2024
1 parent 5ac8209 commit 1cae2f2
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 51 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os:
- ubuntu-latest
- windows-latest
# Cannot find module 'appdmg' · Issue #2807 · electron/forge https://github.com/electron/forge/issues/2807
#- macos-latest
arch: [x64, arm64]
exclude:
- os: windows-latest
Expand All @@ -16,10 +20,6 @@ jobs:
arch: arm64
steps:
- uses: actions/checkout@v3
# Cannot find module 'appdmg' · Issue #2807 · electron/forge https://github.com/electron/forge/issues/2807
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- uses: actions/setup-node@v3
with:
node-version: 20
Expand Down
Loading

0 comments on commit 1cae2f2

Please sign in to comment.