Skip to content

Commit

Permalink
skip electron 20 on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Apr 28, 2024
1 parent 2303ea7 commit 9211377
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
os: [macos-latest, windows-latest, ubuntu-latest]
node: [16, 18]
electron: [23, 20]
exclude:
# older electron seems to misbehave on apple silicon
- os: macos-latest
electron: 20
include:
- os: ubuntu-latest
node: 14
Expand Down

0 comments on commit 9211377

Please sign in to comment.