Skip to content

Commit

Permalink
github/workflows: update tested ubuntu versions
Browse files Browse the repository at this point in the history
ubuntu-18.04 runners are deprecated, move to ubuntu-20.04 and ubuntu-2022.04

Signed-off-by: Stephen Oost <stephen.oost@intel.com>
  • Loading branch information
ooststep committed Dec 1, 2022
1 parent 0af3dc3 commit 18f255b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ env:
RDMA_CORE_VERSION: v34.1
jobs:
coverity:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Install dependencies (Linux)
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
ninja-build
pandoc
pkg-config
python
python-is-python3
rpm
sparse
valgrind
Expand All @@ -43,8 +43,8 @@ jobs:
strategy:
matrix:
os:
- ubuntu-18.04
- ubuntu-20.04
- ubuntu-22.04
cc:
- gcc
- clang
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
name: config.log
path: config.log
hmem:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Install dependencies (Linux)
run: |
Expand Down

0 comments on commit 18f255b

Please sign in to comment.