Skip to content

Commit cc02ab8

Browse files
committed
updating workflows
1 parent 6917135 commit cc02ab8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-all.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Electron versions
8080
shell: bash
8181
id: electron-test-versions
82-
run: echo "matrix={'include':[{'electron':'29.4.6', 'os':'windows-2022'},{'electron':'30.5.1', 'os':'windows-2022'},{'electron':'31.7.2', 'os':'windows-2022'},{'electron':'32.2.2', 'os':'windows-2022'},{'electron':'33.0.2', 'os':'windows-2022'}]}" >> $GITHUB_OUTPUT
82+
run: echo "matrix={'include':[{'electron':'29.4.6', 'os':'windows-2022'},{'electron':'30.5.1', 'os':'windows-2022'},{'electron':'31.7.3', 'os':'windows-2022'},{'electron':'32.2.2', 'os':'windows-2022'},{'electron':'33.0.2', 'os':'windows-2022'}]}" >> $GITHUB_OUTPUT
8383

8484
test:
8585
strategy:

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
os: [macos-13, macos-14, ubuntu-22.04, windows-2022]
8585
# os: [ macos-14, ubuntu-22.04]
8686
# electron: [32.1.2]
87-
electron: [29.4.6, 30.5.1, 31.7.2, 32.2.2, 33.0.2]
87+
electron: [29.4.6, 30.5.1, 31.7.3, 32.2.2, 33.0.2]
8888
# electron: [31.6.0, 32.1.0]
8989

9090
name: test-${{ matrix.os }}-v${{ matrix.electron }}

0 commit comments

Comments
 (0)