Skip to content

Commit bb96f39

Browse files
committed
Add Ubuntu 22.04 for Github Actions
1 parent e9967d3 commit bb96f39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.ubuntu-debug.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Build and test in Debug mode
99
strategy:
1010
matrix:
11-
os: [ ubuntu-18.04, ubuntu-20.04 ]
11+
os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04 ]
1212
runs-on: ${{ matrix.os }}
1313
services:
1414
elasticsearch:

.github/workflows/build-and-test.ubuntu-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Build and test in Release mode
99
strategy:
1010
matrix:
11-
os: [ ubuntu-18.04, ubuntu-20.04 ]
11+
os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04 ]
1212
runs-on: ${{ matrix.os }}
1313
services:
1414
elasticsearch:

0 commit comments

Comments
 (0)