Skip to content

Commit b711a93

Browse files
authored
Adding 22.04 support (#298)
* trying 22.04?... * trying 22.04?...
1 parent e4b099b commit b711a93

File tree

3 files changed

+15394
-8454
lines changed

3 files changed

+15394
-8454
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
strategy:
1414
matrix:
15-
os: [ubuntu-20.04, ubuntu-18.04, macos-latest]
15+
os: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, macos-latest]
1616
build: [debug, release]
1717
fail-fast: false
1818

@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Install Ubuntu dependencies
27-
if: matrix.os == 'ubuntu-20.04' || matrix.os == 'ubuntu-18.04'
27+
if: matrix.os == 'ubuntu-22.04' || matrix.os == 'ubuntu-20.04' || matrix.os == 'ubuntu-18.04'
2828
run: |
2929
sudo apt-get update
3030
sudo apt-get install -y libssl-dev libpcre3-dev libxml2-dev libicu-dev protobuf-compiler libprotobuf-dev libhiredis-dev libkyotocabinet-dev liblzma-dev rapidjson-dev

0 commit comments

Comments
 (0)