Skip to content

Commit

Permalink
workflows: remove macos from build & pull
Browse files Browse the repository at this point in the history
  • Loading branch information
sajjadmrx committed Jun 13, 2024
1 parent c7819bd commit c4a8a83
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,26 +52,3 @@ jobs:

- name: Build typescript files
run: npm run build:code


build_on_macos:
runs-on: macOS-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install Node v20
uses: actions/setup-node@v3
with:
node-version: 20
cache: npm

- name: Install dependencies
run: npm ci

- name: Install electron-builder
run: npm i electron-builder -g

- name: Build typescript files
run: npm run build:code

23 changes: 0 additions & 23 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,26 +52,3 @@ jobs:

- name: Build typescript files
run: npm run build:code


build_on_macos:
runs-on: macOS-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install Node v20
uses: actions/setup-node@v3
with:
node-version: 20
cache: npm

- name: Install dependencies
run: npm ci

- name: Install electron-builder
run: npm i electron-builder -g

- name: Build typescript files
run: npm run build:code

0 comments on commit c4a8a83

Please sign in to comment.