mirror of
https://github.com/heyman/heynote.git
synced 2025-06-20 09:37:50 +02:00
Only run build action on Mac
This commit is contained in:
parent
bfdaf0618c
commit
ac9cb9ac92
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
#os: [macos-latest, ubuntu-latest, windows-latest]
|
#os: [macos-latest, ubuntu-latest, windows-latest]
|
||||||
os: [macos-latest, windows-latest]
|
os: [macos-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out Git repository
|
- name: Check out Git repository
|
||||||
@ -18,7 +18,7 @@ jobs:
|
|||||||
- name: Install Node.js, NPM and Yarn
|
- name: Install Node.js, NPM and Yarn
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 10
|
node-version: 18
|
||||||
|
|
||||||
- name: Build/release Electron app
|
- name: Build/release Electron app
|
||||||
uses: samuelmeuli/action-electron-builder@v1
|
uses: samuelmeuli/action-electron-builder@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user