Skip to content

Commit

Permalink
fix: change macos docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
SrIzan10 committed Jul 16, 2023
1 parent c744dff commit 2df344a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
jobs:
build_mac:
docker:
- image: circleci/node:18.6.1
- image: node:18.6.1
steps:
- checkout
- run: yarn
Expand All @@ -15,7 +15,7 @@ jobs:
- checkout
- run: yarn
- run: yarn electron-ci
- run: yarn build-electron-windows
- run: yarn build-electron-win
build_linux:
docker:
- image: node:18.6.1
Expand Down

0 comments on commit 2df344a

Please sign in to comment.