Skip to content

Commit

Permalink
ci(electron): add latest major to matrix (#1818)
Browse files Browse the repository at this point in the history
Bumps macOS builds to 11
  • Loading branch information
kattrali authored Sep 27, 2022
2 parents 00c6ddb + 1acd89d commit fae168c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
electron: [ '^11.2.0' ]
electron: [ '^12.0.0', '^20.0.0' ]
node-version: [12, 14]
os: [ ubuntu-20.04, windows-2019, macos-10.15 ]
os: [ ubuntu-20.04, windows-2019, macos-11 ]
exclude:
- os: macos-10.15
node-version: 14
Expand Down

0 comments on commit fae168c

Please sign in to comment.