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 cbfb61d commit 86873db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
name: build-test-${{ matrix.os }}-${{ matrix.electron }}
strategy:
matrix:
# os: [macos-14, macos-latest, ubuntu-latest, windows-2019]
os: [ ubuntu-latest]
electron: [30.5.0, 31.6.0, 32.1.0]
os: [macos-14, macos-latest, ubuntu-latest, windows-2019]
# os: [ ubuntu-latest]
electron: [20.9.0, 30.5.1, 31.6.0]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 86873db

Please sign in to comment.