We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e7f451 commit ba9680fCopy full SHA for ba9680f
1 file changed
.github/workflows/build.yml
@@ -17,9 +17,9 @@ jobs:
17
runs-on: ${{ matrix.os }}
18
19
strategy:
20
- # Linux on 20.04: npmRebuild runs here, so rocksdb etc. link against 20.04 libstdc++
+ # Linux on 22.04: npmRebuild runs here, so rocksdb etc. link against 22.04 libstdc++
21
matrix:
22
- os: [macos-latest, ubuntu-20.04, windows-latest]
+ os: [macos-latest, ubuntu-22.04, windows-latest]
23
24
steps:
25
- name: Install libarchive-tools for pacman build # Related https://github.com/electron-userland/electron-builder/issues/4181
0 commit comments