Skip to content

Commit

Permalink
Fix: missing value for runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhille committed Dec 14, 2024
1 parent 92176f1 commit 2b57900
Showing 1 changed file with 62 additions and 64 deletions.
126 changes: 62 additions & 64 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,34 +115,33 @@ jobs:
matrix:
os: [ubuntu-20.04, macos-13, windows-2019]
architecture: [x64, ia32, arm64]
electron: [
33.3.0
33.2.0,
33.1.0,
33.0.0,
32.0.0,
32.1.0,
32.2.0,
31.0.0,
31.1.0,
31.2.0,
31.3.0,
31.4.0,
31.5.0,
31.6.0,
31.7.0,
30.0.0,
30.1.0,
30.2.0,
30.3.0,
30.4.0,
30.5.0,
29.0.0,
29.1.0,
29.2.0,
29.3.0,
29.4.0,
]
electron:
- 33.3.0
- 33.2.0
- 33.1.0
- 33.0.0
- 32.0.0
- 32.1.0
- 32.2.0
- 31.0.0
- 31.1.0
- 31.2.0
- 31.3.0
- 31.4.0
- 31.5.0
- 31.6.0
- 31.7.0
- 30.0.0
- 30.1.0
- 30.2.0
- 30.3.0
- 30.4.0
- 30.5.0
- 29.0.0
- 29.1.0
- 29.2.0
- 29.3.0
- 29.4.0
include:
- electron_mocha_version: ^13
python_version: "3.10"
Expand Down Expand Up @@ -287,42 +286,41 @@ jobs:
os: [ubuntu-20.04, macos-13, windows-2019]
architecture: [x64, ia32, arm64]
electron:
[
28.0.0,
28.1.0,
28.2.0,
28.3.0,
27.0.0,
27.1.0,
27.2.0,
27.3.0,
26.0.0,
26.1.0,
26.2.0,
26.3.0,
26.4.0,
26.5.0,
26.6.0,
25.9.0,
25.8.0,
25.7.0,
25.6.0,
25.5.0,
25.4.0,
25.3.0,
25.2.0,
25.1.0,
25.0.0,
24.8.0,
24.7.0,
24.6.0,
24.5.0,
24.4.0,
24.3.0,
24.2.0,
24.1.0,
24.0.0,
]
- 28.0.0
- 28.1.0
- 28.2.0
- 28.3.0
- 27.0.0
- 27.1.0
- 27.2.0
- 27.3.0
- 26.0.0
- 26.1.0
- 26.2.0
- 26.3.0
- 26.4.0
- 26.5.0
- 26.6.0
- 25.9.0
- 25.8.0
- 25.7.0
- 25.6.0
- 25.5.0
- 25.4.0
- 25.3.0
- 25.2.0
- 25.1.0
- 25.0.0
- 24.8.0
- 24.7.0
- 24.6.0
- 24.5.0
- 24.4.0
- 24.3.0
- 24.2.0
- 24.1.0
- 24.0.0

include:
- electron_mocha_version: ^13
python_version: "3.10"
Expand Down

0 comments on commit 2b57900

Please sign in to comment.