Skip to content

Commit ba9680f

Browse files
ci: update Ubuntu version in CI workflow to 22.04
1 parent 8e7f451 commit ba9680f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818

1919
strategy:
20-
# Linux on 20.04: npmRebuild runs here, so rocksdb etc. link against 20.04 libstdc++
20+
# Linux on 22.04: npmRebuild runs here, so rocksdb etc. link against 22.04 libstdc++
2121
matrix:
22-
os: [macos-latest, ubuntu-20.04, windows-latest]
22+
os: [macos-latest, ubuntu-22.04, windows-latest]
2323

2424
steps:
2525
- name: Install libarchive-tools for pacman build # Related https://github.com/electron-userland/electron-builder/issues/4181

0 commit comments

Comments
 (0)