We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ee1fe commit 19dd0d7Copy full SHA for 19dd0d7
1 file changed
.github/workflows/build.yml
@@ -9,7 +9,6 @@ env:
9
ELECTRON_CACHE_DIR: ${{ github.workspace }}
10
FAILURE_LOG: true
11
12
-
13
permissions:
14
contents: write
15
pull-requests: write
@@ -75,7 +74,7 @@ jobs:
75
74
strategy:
76
fail-fast: false
77
matrix:
78
- os: [ubuntu-latest, windows-2022, macos-latest]
+ os: [ubuntu-22.04, windows-2022, macos-latest]
79
electron: ${{ fromJson(needs.build.outputs.matrix) }}
80
shard: [1, 2, 3, 4]
81
env:
0 commit comments