Skip to content

Commit

Permalink
not using macos for older versions of node
Browse files Browse the repository at this point in the history
it's not available for apple silicon
  • Loading branch information
catdad committed Apr 28, 2024
1 parent 882b1fd commit 615d47b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
- os: windows-latest
node: 14
electron: 14
- os: macos-latest
- os: ubuntu-latest
node: 14
electron: 12
- os: windows-latest
node: 12
electron: 10
- os: macos-latest
- os: ubuntu-latest
node: 10
electron: 8
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 615d47b

Please sign in to comment.