Skip to content

Commit 19dd0d7

Browse files
authored
test: Use older Ubuntu to fix tests (#1332)
1 parent b0ee1fe commit 19dd0d7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ env:
99
ELECTRON_CACHE_DIR: ${{ github.workspace }}
1010
FAILURE_LOG: true
1111

12-
1312
permissions:
1413
contents: write
1514
pull-requests: write
@@ -75,7 +74,7 @@ jobs:
7574
strategy:
7675
fail-fast: false
7776
matrix:
78-
os: [ubuntu-latest, windows-2022, macos-latest]
77+
os: [ubuntu-22.04, windows-2022, macos-latest]
7978
electron: ${{ fromJson(needs.build.outputs.matrix) }}
8079
shard: [1, 2, 3, 4]
8180
env:

0 commit comments

Comments
 (0)