Skip to content

Commit

Permalink
adding GitHub CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Sep 14, 2024
1 parent 5c5acde commit 7ae347f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
matrix:
os: [macos-14, macos-latest, ubuntu-latest, windows-2019]
# os: [ ubuntu-latest]
electron: [29.4.6, 30.5.1, 31.6.0]
# electron: [29.4.6, 30.5.1, 31.6.0]
electron: [30.5.1, 32.1.0]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 7ae347f

Please sign in to comment.