From 7ae347f59e824069ac79284524599f6048d46dcc Mon Sep 17 00:00:00 2001 From: agracio Date: Sat, 14 Sep 2024 22:35:03 +0100 Subject: [PATCH] adding GitHub CI pipeline --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f180eed..c4596a9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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