Skip to content

Commit

Permalink
Add Ubuntu 22.04 for Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore committed May 1, 2024
1 parent 597e70e commit 6f2ac46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.ubuntu-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Build and test in Debug mode
strategy:
matrix:
os: [ ubuntu-20.04 ]
os: [ ubuntu-20.04, ubuntu-22.04 ]
runs-on: ${{ matrix.os }}
services:
elasticsearch8:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.ubuntu-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Build and test in Release mode
strategy:
matrix:
os: [ ubuntu-20.04 ]
os: [ ubuntu-20.04, ubuntu-22.04 ]
runs-on: ${{ matrix.os }}
services:
elasticsearch8:
Expand Down

0 comments on commit 6f2ac46

Please sign in to comment.