Skip to content

Commit

Permalink
fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-alarcon committed Jul 24, 2023
1 parent adf3a42 commit 9ba4d78
Show file tree
Hide file tree
Showing 5 changed files with 1,898 additions and 7,055 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
# Platforms to build on/for
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ The main software architecture components and their versions are this:
* [Node.js](https://nodejs.org/en/) version: 16.13.x
* [yarn](https://yarnpkg.com/) version: 1.22.x or newer
* [electron](http://electronjs.org/) version: 16.0.x
* [electron-builder](https://www.electron.build/) version: 22.14.x
* [electron-builder](https://www.electron.build/) version: 24.6.x
* [electron-settings](https://github.com/nathanbuchar/electron-settings)
version: 4.0.2

Expand Down
Loading

0 comments on commit 9ba4d78

Please sign in to comment.