delete macOS build job
This commit is contained in:
parent
eabbd39f57
commit
35bbbd9cbf
1 changed files with 0 additions and 21 deletions
21
.github/workflows/build-test.yml
vendored
21
.github/workflows/build-test.yml
vendored
|
|
@ -28,27 +28,6 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
run: npm run build
|
||||
|
||||
|
||||
build-macos:
|
||||
runs-on: "macos-latest"
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
||||
- name: Build Electron app
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
run: npm run build
|
||||
|
||||
build-windows:
|
||||
runs-on: "windows-latest"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue